public static interface GetAuthorizationTokenRequest.Builder extends ECRRequest.Builder, CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
GetAuthorizationTokenRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetAuthorizationTokenRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetAuthorizationTokenRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.