public static interface DeleteCarrierGatewayResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteCarrierGatewayResponse.Builder,DeleteCarrierGatewayResponse>
Modifier and Type | Method and Description |
---|---|
DeleteCarrierGatewayResponse.Builder |
carrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
default DeleteCarrierGatewayResponse.Builder |
carrierGateway(Consumer<CarrierGateway.Builder> carrierGateway)
Information about the carrier gateway.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteCarrierGatewayResponse.Builder carrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
carrierGateway
- Information about the carrier gateway.default DeleteCarrierGatewayResponse.Builder carrierGateway(Consumer<CarrierGateway.Builder> carrierGateway)
Information about the carrier gateway.
This is a convenience method that creates an instance of theCarrierGateway.Builder
avoiding the need
to create one manually via CarrierGateway.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to carrierGateway(CarrierGateway)
.carrierGateway
- a consumer that will call methods on CarrierGateway.Builder
carrierGateway(CarrierGateway)
Copyright © 2022. All rights reserved.