Class RoleAliasState.Builder

  • Enclosing class:
    RoleAliasState

    public static final class RoleAliasState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • alias

        public RoleAliasState.Builder alias​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> alias)
        Parameters:
        alias - The name of the role alias.
        Returns:
        builder
      • alias

        public RoleAliasState.Builder alias​(java.lang.String alias)
        Parameters:
        alias - The name of the role alias.
        Returns:
        builder
      • arn

        public RoleAliasState.Builder arn​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN assigned by AWS to this role alias.
        Returns:
        builder
      • arn

        public RoleAliasState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN assigned by AWS to this role alias.
        Returns:
        builder
      • credentialDuration

        public RoleAliasState.Builder credentialDuration​(@Nullable
                                                         com.pulumi.core.Output<java.lang.Integer> credentialDuration)
        Parameters:
        credentialDuration - The duration of the credential, in seconds. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 900 seconds (15 minutes) to 43200 seconds (12 hours).
        Returns:
        builder
      • credentialDuration

        public RoleAliasState.Builder credentialDuration​(java.lang.Integer credentialDuration)
        Parameters:
        credentialDuration - The duration of the credential, in seconds. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 900 seconds (15 minutes) to 43200 seconds (12 hours).
        Returns:
        builder
      • roleArn

        public RoleAliasState.Builder roleArn​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> roleArn)
        Parameters:
        roleArn - The identity of the role to which the alias refers.
        Returns:
        builder
      • roleArn

        public RoleAliasState.Builder roleArn​(java.lang.String roleArn)
        Parameters:
        roleArn - The identity of the role to which the alias refers.
        Returns:
        builder
      • tags

        public RoleAliasState.Builder tags​(@Nullable
                                           com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public RoleAliasState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public RoleAliasState.Builder tagsAll​(@Nullable
                                              com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public RoleAliasState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder