public static interface RoleAliasDescription.Builder extends SdkPojo, CopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
Modifier and Type | Method and Description |
---|---|
RoleAliasDescription.Builder |
creationDate(Instant creationDate)
The UNIX timestamp of when the role alias was created.
|
RoleAliasDescription.Builder |
credentialDurationSeconds(Integer credentialDurationSeconds)
The number of seconds for which the credential is valid.
|
RoleAliasDescription.Builder |
lastModifiedDate(Instant lastModifiedDate)
The UNIX timestamp of when the role alias was last modified.
|
RoleAliasDescription.Builder |
owner(String owner)
The role alias owner.
|
RoleAliasDescription.Builder |
roleAlias(String roleAlias)
The role alias.
|
RoleAliasDescription.Builder |
roleAliasArn(String roleAliasArn)
The ARN of the role alias.
|
RoleAliasDescription.Builder |
roleArn(String roleArn)
The role ARN.
|
copy
applyMutation, build
RoleAliasDescription.Builder roleAlias(String roleAlias)
The role alias.
roleAlias
- The role alias.RoleAliasDescription.Builder roleAliasArn(String roleAliasArn)
The ARN of the role alias.
roleAliasArn
- The ARN of the role alias.RoleAliasDescription.Builder roleArn(String roleArn)
The role ARN.
roleArn
- The role ARN.RoleAliasDescription.Builder owner(String owner)
The role alias owner.
owner
- The role alias owner.RoleAliasDescription.Builder credentialDurationSeconds(Integer credentialDurationSeconds)
The number of seconds for which the credential is valid.
credentialDurationSeconds
- The number of seconds for which the credential is valid.RoleAliasDescription.Builder creationDate(Instant creationDate)
The UNIX timestamp of when the role alias was created.
creationDate
- The UNIX timestamp of when the role alias was created.RoleAliasDescription.Builder lastModifiedDate(Instant lastModifiedDate)
The UNIX timestamp of when the role alias was last modified.
lastModifiedDate
- The UNIX timestamp of when the role alias was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.