Interface Gateway.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Gateway.Builder,
,Gateway> SdkBuilder<Gateway.Builder,
,Gateway> SdkPojo
- Enclosing class:
Gateway
@Mutable
@NotThreadSafe
public static interface Gateway.Builder
extends SdkPojo, CopyableBuilder<Gateway.Builder,Gateway>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayArn
(String gatewayArn) The Amazon Resource Name (ARN) of the gateway.gatewayDisplayName
(String gatewayDisplayName) The display name of the gateway.gatewayType
(String gatewayType) The type of the gateway.gatewayType
(GatewayType gatewayType) The type of the gateway.hypervisorId
(String hypervisorId) The hypervisor ID of the gateway.lastSeenTime
(Instant lastSeenTime) The last time Backup gateway communicated with the gateway, in Unix format and UTC time.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
gatewayArn
- The Amazon Resource Name (ARN) of the gateway. Use theListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayDisplayName
The display name of the gateway.
- Parameters:
gatewayDisplayName
- The display name of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayType
The type of the gateway.
- Parameters:
gatewayType
- The type of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gatewayType
The type of the gateway.
- Parameters:
gatewayType
- The type of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hypervisorId
The hypervisor ID of the gateway.
- Parameters:
hypervisorId
- The hypervisor ID of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSeenTime
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
- Parameters:
lastSeenTime
- The last time Backup gateway communicated with the gateway, in Unix format and UTC time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-