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. |
buildcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.