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