Interface DescribeServiceResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeServiceResponse.Builder,DescribeServiceResponse>,SdkBuilder<DescribeServiceResponse.Builder,DescribeServiceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeServiceResponse
public static interface DescribeServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceResponse.Builder,DescribeServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeServiceResponse.Builderservice(Consumer<Service.Builder> service)A full description of the App Runner service that you specified in this request.DescribeServiceResponse.Builderservice(Service service)A full description of the App Runner service that you specified in this request.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
service
DescribeServiceResponse.Builder service(Service service)
A full description of the App Runner service that you specified in this request.
- Parameters:
service- A full description of the App Runner service that you specified in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
default DescribeServiceResponse.Builder service(Consumer<Service.Builder> service)
A full description of the App Runner service that you specified in this request.
This is a convenience method that creates an instance of theService.Builderavoiding the need to create one manually viaService.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservice(Service).- Parameters:
service- a consumer that will call methods onService.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
service(Service)
-
-