public static interface GetAuthorizationTokenRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetAuthorizationTokenRequest.Builder |
registryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
|
GetAuthorizationTokenRequest.Builder |
registryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
|
buildoverrideConfigurationcopyapplyMutation, buildGetAuthorizationTokenRequest.Builder registryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
registryIds - A list of AWS account IDs that are associated with the registries for which to get authorization
tokens. If you do not specify a registry, the default registry is assumed.GetAuthorizationTokenRequest.Builder registryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
registryIds - A list of AWS account IDs that are associated with the registries for which to get authorization
tokens. If you do not specify a registry, the default registry is assumed.GetAuthorizationTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetAuthorizationTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.