public static interface DescribeGatewayResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeGatewayResponse.Builder,DescribeGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeGatewayResponse.Builder |
gateway(Consumer<Gateway.Builder> gateway)
Sets the value of the Gateway property for this object.
|
DescribeGatewayResponse.Builder |
gateway(Gateway gateway)
Sets the value of the Gateway property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGatewayResponse.Builder gateway(Gateway gateway)
gateway - The new value for the Gateway property for this object.default DescribeGatewayResponse.Builder gateway(Consumer<Gateway.Builder> gateway)
Gateway.Builder avoiding the need to
create one manually via Gateway.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to gateway(Gateway).
gateway - a consumer that will call methods on Gateway.Buildergateway(Gateway)Copyright © 2023. All rights reserved.