Interface AccessTokenItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccessTokenItem.Builder,,AccessTokenItem> SdkBuilder<AccessTokenItem.Builder,,AccessTokenItem> SdkPojo
- Enclosing class:
AccessTokenItem
@Mutable
@NotThreadSafe
public static interface AccessTokenItem.Builder
extends SdkPojo, CopyableBuilder<AccessTokenItem.Builder,AccessTokenItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the token.The date and time when the token was created.The ID of the DNS view associated with the token.The date and time when the token expires.globalResolverId(String globalResolverId) The ID of the global resolver associated with the token.The unique identifier of the token.The name of the token.The current status of the token.status(TokenStatus status) The current status of the token.The date and time when the token was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the token.
- Parameters:
id- The unique identifier of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the token.
- Parameters:
arn- The Amazon Resource Name (ARN) of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the token was created.
- Parameters:
createdAt- The date and time when the token was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViewId
The ID of the DNS view associated with the token.
- Parameters:
dnsViewId- The ID of the DNS view associated with the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The date and time when the token expires.
- Parameters:
expiresAt- The date and time when the token expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalResolverId
The ID of the global resolver associated with the token.
- Parameters:
globalResolverId- The ID of the global resolver associated with the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the token.
- Parameters:
name- The name of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the token.
- Parameters:
status- The current status of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the token.
- Parameters:
status- The current status of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time when the token was last updated.
- Parameters:
updatedAt- The date and time when the token was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-