public static interface CreateInfrastructureConfigurationResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateInfrastructureConfigurationResponse.Builder,CreateInfrastructureConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
CreateInfrastructureConfigurationResponse.Builder |
clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateInfrastructureConfigurationResponse.Builder |
infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
|
CreateInfrastructureConfigurationResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateInfrastructureConfigurationResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue
- The request ID that uniquely identifies this request.CreateInfrastructureConfigurationResponse.Builder clientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.CreateInfrastructureConfigurationResponse.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.