public static interface GetAuthorizationTokenResponse.Builder extends ECRResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetAuthorizationTokenResponse.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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #authorizationData(List) .authorizationData - a consumer that will call methods on List.Builder #authorizationData(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.