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