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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDistributionConfigurationResponse.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.