public static interface GetAuthorizationTokenResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenResponse.Builder |
authorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the
request. |
GetAuthorizationTokenResponse.Builder |
authorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the
request. |
GetAuthorizationTokenResponse.Builder |
authorizationData(Consumer<AuthorizationData.Builder>... authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the
request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAuthorizationTokenResponse.Builder authorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the registryIds
values in the
request.
authorizationData
- A list of authorization token data objects that correspond to the registryIds
values in
the request.GetAuthorizationTokenResponse.Builder authorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to the registryIds
values in the
request.
authorizationData
- A list of authorization token data objects that correspond to the registryIds
values in
the request.GetAuthorizationTokenResponse.Builder authorizationData(Consumer<AuthorizationData.Builder>... authorizationData)
A list of authorization token data objects that correspond to the registryIds
values in the
request.
AuthorizationData.Builder
avoiding the need to create one
manually via AuthorizationData.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #authorizationData(List
.
authorizationData
- a consumer that will call methods on
AuthorizationData.Builder
#authorizationData(java.util.Collection)
Copyright © 2023. All rights reserved.