Interface CreateInfrastructureConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateInfrastructureConfigurationResponse.Builder,CreateInfrastructureConfigurationResponse>,ImagebuilderResponse.Builder,SdkBuilder<CreateInfrastructureConfigurationResponse.Builder,CreateInfrastructureConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateInfrastructureConfigurationResponse
public static interface CreateInfrastructureConfigurationResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateInfrastructureConfigurationResponse.Builder,CreateInfrastructureConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInfrastructureConfigurationResponse.BuilderclientToken(String clientToken)The client token that uniquely identifies the request.CreateInfrastructureConfigurationResponse.BuilderinfrastructureConfigurationArn(String infrastructureConfigurationArn)The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.CreateInfrastructureConfigurationResponse.BuilderrequestId(String requestIdValue)The request ID that uniquely identifies this request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
requestId
CreateInfrastructureConfigurationResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateInfrastructureConfigurationResponse.Builder clientToken(String clientToken)
The client token that uniquely identifies the request.
- Parameters:
clientToken- The client token that uniquely identifies the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureConfigurationArn
CreateInfrastructureConfigurationResponse.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
- Parameters:
infrastructureConfigurationArn- The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-