public static interface UpdateDistributionConfigurationResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateDistributionConfigurationResponse.Builder,UpdateDistributionConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionConfigurationResponse.Builder |
clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateDistributionConfigurationResponse.Builder |
distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
|
UpdateDistributionConfigurationResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDistributionConfigurationResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.UpdateDistributionConfigurationResponse.Builder clientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.UpdateDistributionConfigurationResponse.Builder distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.Copyright © 2023. All rights reserved.