Interface Gateway.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Gateway.Builder,Gateway>,SdkBuilder<Gateway.Builder,Gateway>,SdkPojo
- Enclosing class:
- Gateway
public static interface Gateway.Builder extends SdkPojo, CopyableBuilder<Gateway.Builder,Gateway>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Gateway.BuildergatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway.Gateway.BuildergatewayDisplayName(String gatewayDisplayName)The display name of the gateway.Gateway.BuildergatewayType(String gatewayType)The type of the gateway.Gateway.BuildergatewayType(GatewayType gatewayType)The type of the gateway.Gateway.BuilderhypervisorId(String hypervisorId)The hypervisor ID of the gateway.Gateway.BuilderlastSeenTime(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, sdkFields
-
-
-
-
Method Detail
-
gatewayArn
Gateway.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the
ListGatewaysoperation 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 theListGatewaysoperation 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
Gateway.Builder gatewayDisplayName(String 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
Gateway.Builder gatewayType(String 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,GatewayType
-
gatewayType
Gateway.Builder gatewayType(GatewayType 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,GatewayType
-
hypervisorId
Gateway.Builder hypervisorId(String 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
Gateway.Builder lastSeenTime(Instant 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.
-
-