Uses of Interface
software.amazon.awssdk.services.proton.model.CreateServiceInstanceResponse.Builder
-
Packages that use CreateServiceInstanceResponse.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of CreateServiceInstanceResponse.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return CreateServiceInstanceResponse.Builder Modifier and Type Method Description static CreateServiceInstanceResponse.BuilderCreateServiceInstanceResponse. builder()default CreateServiceInstanceResponse.BuilderCreateServiceInstanceResponse.Builder. serviceInstance(Consumer<ServiceInstance.Builder> serviceInstance)The detailed data of the service instance being created.CreateServiceInstanceResponse.BuilderCreateServiceInstanceResponse.Builder. serviceInstance(ServiceInstance serviceInstance)The detailed data of the service instance being created.CreateServiceInstanceResponse.BuilderCreateServiceInstanceResponse. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type CreateServiceInstanceResponse.Builder Modifier and Type Method Description static Class<? extends CreateServiceInstanceResponse.Builder>CreateServiceInstanceResponse. serializableBuilderClass()
-