CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
, SdkBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
public static interface GetAuthorizationTokenResponse.Builder extends CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
Modifier and Type | Method | Description |
---|---|---|
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(AuthorizationData... authorizationData) |
A list of authorization token data objects that correspond to the
registryIds values in the
request. |
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAuthorizationData(java.util.Collection)
or #withAuthorizationData(java.util.Collection)
if you want to override the existing values.
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.