public static interface GetGatewayResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetGatewayResponse.Builder,GetGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGatewayResponse.Builder |
gateway(Consumer<Gateway.Builder> gateway)
The details of the gateway.
|
GetGatewayResponse.Builder |
gateway(Gateway gateway)
The details of the gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGatewayResponse.Builder gateway(Gateway gateway)
The details of the gateway.
gateway - The details of the gateway.default GetGatewayResponse.Builder gateway(Consumer<Gateway.Builder> gateway)
The details of the gateway.
This is a convenience that creates an instance of theGateway.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 © 2021. All rights reserved.