Uses of Interface
software.amazon.awssdk.services.apprunner.model.CreateServiceResponse.Builder
-
Packages that use CreateServiceResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CreateServiceResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return CreateServiceResponse.Builder Modifier and Type Method Description static CreateServiceResponse.BuilderCreateServiceResponse. builder()CreateServiceResponse.BuilderCreateServiceResponse.Builder. operationId(String operationId)The unique ID of the asynchronous operation that this request started.default CreateServiceResponse.BuilderCreateServiceResponse.Builder. service(Consumer<Service.Builder> service)A description of the App Runner service that's created by this request.CreateServiceResponse.BuilderCreateServiceResponse.Builder. service(Service service)A description of the App Runner service that's created by this request.CreateServiceResponse.BuilderCreateServiceResponse. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CreateServiceResponse.Builder Modifier and Type Method Description static Class<? extends CreateServiceResponse.Builder>CreateServiceResponse. serializableBuilderClass()
-