Package com.pulumi.aws.iot.inputs
Class RoleAliasState.Builder
- java.lang.Object
-
- com.pulumi.aws.iot.inputs.RoleAliasState.Builder
-
- Enclosing class:
- RoleAliasState
public static final class RoleAliasState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RoleAliasState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RoleAliasState.Builder
alias(com.pulumi.core.Output<java.lang.String> alias)
RoleAliasState.Builder
alias(java.lang.String alias)
RoleAliasState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
RoleAliasState.Builder
arn(java.lang.String arn)
RoleAliasState
build()
RoleAliasState.Builder
credentialDuration(com.pulumi.core.Output<java.lang.Integer> credentialDuration)
RoleAliasState.Builder
credentialDuration(java.lang.Integer credentialDuration)
RoleAliasState.Builder
roleArn(com.pulumi.core.Output<java.lang.String> roleArn)
RoleAliasState.Builder
roleArn(java.lang.String roleArn)
RoleAliasState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
RoleAliasState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
RoleAliasState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.RoleAliasState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RoleAliasState defaults)
-
-
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
-
build
public RoleAliasState build()
-
-