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