Interface UpdateExpressGatewayServiceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateExpressGatewayServiceResponse.Builder,,UpdateExpressGatewayServiceResponse> EcsResponse.Builder,SdkBuilder<UpdateExpressGatewayServiceResponse.Builder,,UpdateExpressGatewayServiceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateExpressGatewayServiceResponse
@Mutable
@NotThreadSafe
public static interface UpdateExpressGatewayServiceResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<UpdateExpressGatewayServiceResponse.Builder,UpdateExpressGatewayServiceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe full description of your express gateway service following the update call.service(UpdatedExpressGatewayService service) The full description of your express gateway service following the update call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
service
The full description of your express gateway service following the update call.
- Parameters:
service- The full description of your express gateway service following the update call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
default UpdateExpressGatewayServiceResponse.Builder service(Consumer<UpdatedExpressGatewayService.Builder> service) The full description of your express gateway service following the update call.
This is a convenience method that creates an instance of theUpdatedExpressGatewayService.Builderavoiding the need to create one manually viaUpdatedExpressGatewayService.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservice(UpdatedExpressGatewayService).- Parameters:
service- a consumer that will call methods onUpdatedExpressGatewayService.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-