Interface UpdateServiceResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>,SdkBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateServiceResponse
public static interface UpdateServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateServiceResponse.BuilderoperationId(String operationId)The unique ID of the asynchronous operation that this request started.default UpdateServiceResponse.Builderservice(Consumer<Service.Builder> service)A description of the App Runner service updated by this request.UpdateServiceResponse.Builderservice(Service service)A description of the App Runner service updated by 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
service
UpdateServiceResponse.Builder service(Service service)
A description of the App Runner service updated by this request. All configuration values in the returned
Servicestructure reflect configuration changes that are being applied by this request.- Parameters:
service- A description of the App Runner service updated by this request. All configuration values in the returnedServicestructure reflect configuration changes that are being applied by this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
default UpdateServiceResponse.Builder service(Consumer<Service.Builder> service)
A description of the App Runner service updated by this request. All configuration values in the returned
This is a convenience method that creates an instance of theServicestructure reflect configuration changes that are being applied by this request.Service.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)
-
operationId
UpdateServiceResponse.Builder operationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
- Parameters:
operationId- The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-