public static interface TokenData.Builder extends SdkPojo, CopyableBuilder<TokenData.Builder,TokenData>
| Modifier and Type | Method and Description |
|---|---|
TokenData.Builder |
expirationTime(String expirationTime)
Token expiration time, in ISO8601-UTC format.
|
TokenData.Builder |
licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
TokenData.Builder |
roleArns(Collection<String> roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
|
TokenData.Builder |
roleArns(String... roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
|
TokenData.Builder |
status(String status)
Token status.
|
TokenData.Builder |
tokenId(String tokenId)
Token ID.
|
TokenData.Builder |
tokenProperties(Collection<String> tokenProperties)
Data specified by the caller.
|
TokenData.Builder |
tokenProperties(String... tokenProperties)
Data specified by the caller.
|
TokenData.Builder |
tokenType(String tokenType)
Type of token generated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTokenData.Builder tokenId(String tokenId)
Token ID.
tokenId - Token ID.TokenData.Builder tokenType(String tokenType)
Type of token generated. The supported value is REFRESH_TOKEN.
tokenType - Type of token generated. The supported value is REFRESH_TOKEN.TokenData.Builder licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
licenseArn - Amazon Resource Name (ARN) of the license.TokenData.Builder expirationTime(String expirationTime)
Token expiration time, in ISO8601-UTC format.
expirationTime - Token expiration time, in ISO8601-UTC format.TokenData.Builder tokenProperties(Collection<String> tokenProperties)
Data specified by the caller.
tokenProperties - Data specified by the caller.TokenData.Builder tokenProperties(String... tokenProperties)
Data specified by the caller.
tokenProperties - Data specified by the caller.TokenData.Builder roleArns(Collection<String> roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
roleArns - Amazon Resource Names (ARN) of the roles included in the token.TokenData.Builder roleArns(String... roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
roleArns - Amazon Resource Names (ARN) of the roles included in the token.TokenData.Builder status(String status)
Token status. The possible values are AVAILABLE and DELETED.
status - Token status. The possible values are AVAILABLE and DELETED.Copyright © 2023. All rights reserved.