CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>, SdkBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>public static interface GetAuthorizationTokenRequest.Builder extends CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
| Modifier and Type | Method | Description |
|---|---|---|
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 |
registryIds(Collection<String> registryIds) |
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setRegistryIds(java.util.Collection) or #withRegistryIds(java.util.Collection) if you want
to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.