public static interface Gateway.Builder extends SdkPojo, CopyableBuilder<Gateway.Builder,Gateway>
| Modifier and Type | Method and Description |
|---|---|
Gateway.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
Gateway.Builder |
gatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
|
Gateway.Builder |
gatewayType(GatewayType gatewayType)
The type of the gateway.
|
Gateway.Builder |
gatewayType(String gatewayType)
The type of the gateway.
|
Gateway.Builder |
hypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
|
Gateway.Builder |
lastSeenTime(Instant lastSeenTime)
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGateway.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and Amazon Web Services Region.
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a
list of gateways for your account and Amazon Web Services Region.Gateway.Builder gatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
gatewayDisplayName - The display name of the gateway.Gateway.Builder gatewayType(String gatewayType)
The type of the gateway.
gatewayType - The type of the gateway.GatewayType,
GatewayTypeGateway.Builder gatewayType(GatewayType gatewayType)
The type of the gateway.
gatewayType - The type of the gateway.GatewayType,
GatewayTypeGateway.Builder hypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
hypervisorId - The hypervisor ID of the gateway.Gateway.Builder lastSeenTime(Instant lastSeenTime)
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
lastSeenTime - The last time Backup gateway communicated with the gateway, in Unix format and UTC time.Copyright © 2023. All rights reserved.