Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.CreateInfrastructureConfigurationResponse.Builder
-
Packages that use CreateInfrastructureConfigurationResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of CreateInfrastructureConfigurationResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return CreateInfrastructureConfigurationResponse.Builder Modifier and Type Method Description static CreateInfrastructureConfigurationResponse.BuilderCreateInfrastructureConfigurationResponse. builder()CreateInfrastructureConfigurationResponse.BuilderCreateInfrastructureConfigurationResponse.Builder. clientToken(String clientToken)The client token that uniquely identifies the request.CreateInfrastructureConfigurationResponse.BuilderCreateInfrastructureConfigurationResponse.Builder. infrastructureConfigurationArn(String infrastructureConfigurationArn)The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.CreateInfrastructureConfigurationResponse.BuilderCreateInfrastructureConfigurationResponse.Builder. requestId(String requestIdValue)The request ID that uniquely identifies this request.CreateInfrastructureConfigurationResponse.BuilderCreateInfrastructureConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type CreateInfrastructureConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateInfrastructureConfigurationResponse.Builder>CreateInfrastructureConfigurationResponse. serializableBuilderClass()
-