public static interface GetAuthorizationTokenRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAuthorizationTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAuthorizationTokenRequest.Builder |
registryIds(Collection<String> registryIds)
Deprecated.
This field is deprecated. The returned authorization token can be used to access any Amazon ECR
registry that the IAM principal has access to, specifying a registry ID doesn't change the
permissions scope of the authorization token.
|
GetAuthorizationTokenRequest.Builder |
registryIds(String... registryIds)
Deprecated.
This field is deprecated. The returned authorization token can be used to access any Amazon ECR
registry that the IAM principal has access to, specifying a registry ID doesn't change the
permissions scope of the authorization token.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated GetAuthorizationTokenRequest.Builder registryIds(Collection<String> registryIds)
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
registryIds - A list of Amazon Web Services account IDs that are associated with the registries for which to get
AuthorizationData objects. If you do not specify a registry, the default registry is assumed.@Deprecated GetAuthorizationTokenRequest.Builder registryIds(String... registryIds)
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
registryIds - A list of Amazon Web Services account IDs that are associated with the registries for which to get
AuthorizationData objects. If you do not specify a registry, the default registry is assumed.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.