public static interface GetAuthorizationTokenResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenResponse.Builder |
authorizationData(AuthorizationData authorizationData)
An authorization token data object that corresponds to a public registry.
|
default GetAuthorizationTokenResponse.Builder |
authorizationData(Consumer<AuthorizationData.Builder> authorizationData)
An authorization token data object that corresponds to a public registry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAuthorizationTokenResponse.Builder authorizationData(AuthorizationData authorizationData)
An authorization token data object that corresponds to a public registry.
authorizationData - An authorization token data object that corresponds to a public registry.default GetAuthorizationTokenResponse.Builder authorizationData(Consumer<AuthorizationData.Builder> authorizationData)
An authorization token data object that corresponds to a public registry.
This is a convenience method that creates an instance of theAuthorizationData.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(AuthorizationData).
authorizationData - a consumer that will call methods on AuthorizationData.BuilderauthorizationData(AuthorizationData)Copyright © 2023. All rights reserved.