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.
|
build
requestOverrideConfig
copy
apply, build
GetAuthorizationTokenRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetAuthorizationTokenRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.