| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Gateway.Builder |
Gateway.Builder.arn(String arn)
The ARN of the gateway.
|
static Gateway.Builder |
Gateway.builder() |
Gateway.Builder |
Gateway.Builder.description(String description)
The description of the gateway.
|
Gateway.Builder |
Gateway.Builder.gatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group that the gateway is associated to.
|
Gateway.Builder |
Gateway.Builder.name(String name)
The name of the gateway.
|
Gateway.Builder |
Gateway.Builder.softwareVersion(String softwareVersion)
The software version of the gateway.
|
Gateway.Builder |
Gateway.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Gateway.Builder> |
Gateway.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetGatewayResponse.Builder |
GetGatewayResponse.Builder.gateway(Consumer<Gateway.Builder> gateway)
The details of the gateway.
|
Copyright © 2021. All rights reserved.