Interface GetAccessTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessTokenResponse.Builder,,GetAccessTokenResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<GetAccessTokenResponse.Builder,,GetAccessTokenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetAccessTokenResponse
@Mutable
@NotThreadSafe
public static interface GetAccessTokenResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<GetAccessTokenResponse.Builder,GetAccessTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the token.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency.The time and date the token was created.ID of the DNS view the token is associated to.The token's expiration time and date.globalResolverId(String globalResolverId) ID of the Global Resolver.ID of the token.Name of the token.The operational status of the token.status(TokenStatus status) The operational status of the token.The time and date the token was created.The value of the token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
ID of the token.
- Parameters:
id- ID 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.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the sameclientTokenhas the same result every time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time and date the token was created.
- Parameters:
createdAt- The time and date the token was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViewId
ID of the DNS view the token is associated to.
- Parameters:
dnsViewId- ID of the DNS view the token is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The token's expiration time and date.
- Parameters:
expiresAt- The token's expiration time and date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalResolverId
ID of the Global Resolver.
- Parameters:
globalResolverId- ID of the Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the token.
- Parameters:
name- Name of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The operational status of the token.
- Parameters:
status- The operational status of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The operational status of the token.
- Parameters:
status- The operational status of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time and date the token was created.
- Parameters:
updatedAt- The time and date the token was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the token.
- Parameters:
value- The value of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-