public static interface GetAuthorizationTokenRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenRequest.Builder |
domain(String domain)
The name of the domain that is in scope for the generated authorization token.
|
GetAuthorizationTokenRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetAuthorizationTokenRequest.Builder |
durationSeconds(Long durationSeconds)
The time, in seconds, that the generated authorization token is valid.
|
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAuthorizationTokenRequest.Builder domain(String domain)
The name of the domain that is in scope for the generated authorization token.
domain - The name of the domain that is in scope for the generated authorization token.GetAuthorizationTokenRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.GetAuthorizationTokenRequest.Builder durationSeconds(Long durationSeconds)
The time, in seconds, that the generated authorization token is valid. Valid values are 0 and
any number between 900 (15 minutes) and 43200 (12 hours). A value of 0
will set the expiration of the authorization token to the same expiration of the user's role's temporary
credentials.
durationSeconds - The time, in seconds, that the generated authorization token is valid. Valid values are 0
and any number between 900 (15 minutes) and 43200 (12 hours). A value of
0 will set the expiration of the authorization token to the same expiration of the user's
role's temporary credentials.GetAuthorizationTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAuthorizationTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.