public static interface GatewayDetails.Builder extends SdkPojo, CopyableBuilder<GatewayDetails.Builder,GatewayDetails>
| Modifier and Type | Method and Description |
|---|---|
GatewayDetails.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayDetails.Builder |
gatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
|
GatewayDetails.Builder |
gatewayType(GatewayType gatewayType)
The type of the gateway type.
|
GatewayDetails.Builder |
gatewayType(String gatewayType)
The type of the gateway type.
|
GatewayDetails.Builder |
hypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
|
GatewayDetails.Builder |
lastSeenTime(Instant lastSeenTime)
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
|
default GatewayDetails.Builder |
maintenanceStartTime(Consumer<MaintenanceStartTime.Builder> maintenanceStartTime)
Returns your gateway's weekly maintenance start time including the day and time of the week.
|
GatewayDetails.Builder |
maintenanceStartTime(MaintenanceStartTime maintenanceStartTime)
Returns your gateway's weekly maintenance start time including the day and time of the week.
|
GatewayDetails.Builder |
nextUpdateAvailabilityTime(Instant nextUpdateAvailabilityTime)
Details showing the next update availability time of the gateway.
|
GatewayDetails.Builder |
vpcEndpoint(String vpcEndpoint)
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup
gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayDetails.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.GatewayDetails.Builder gatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
gatewayDisplayName - The display name of the gateway.GatewayDetails.Builder gatewayType(String gatewayType)
The type of the gateway type.
gatewayType - The type of the gateway type.GatewayType,
GatewayTypeGatewayDetails.Builder gatewayType(GatewayType gatewayType)
The type of the gateway type.
gatewayType - The type of the gateway type.GatewayType,
GatewayTypeGatewayDetails.Builder hypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
hypervisorId - The hypervisor ID of the gateway.GatewayDetails.Builder lastSeenTime(Instant lastSeenTime)
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
lastSeenTime - Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.GatewayDetails.Builder maintenanceStartTime(MaintenanceStartTime maintenanceStartTime)
Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
maintenanceStartTime - Returns your gateway's weekly maintenance start time including the day and time of the week. Note that
values are in terms of the gateway's time zone. Can be weekly or monthly.default GatewayDetails.Builder maintenanceStartTime(Consumer<MaintenanceStartTime.Builder> maintenanceStartTime)
Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
This is a convenience method that creates an instance of theMaintenanceStartTime.Builder avoiding
the need to create one manually via MaintenanceStartTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to maintenanceStartTime(MaintenanceStartTime).
maintenanceStartTime - a consumer that will call methods on MaintenanceStartTime.BuildermaintenanceStartTime(MaintenanceStartTime)GatewayDetails.Builder nextUpdateAvailabilityTime(Instant nextUpdateAvailabilityTime)
Details showing the next update availability time of the gateway.
nextUpdateAvailabilityTime - Details showing the next update availability time of the gateway.GatewayDetails.Builder vpcEndpoint(String vpcEndpoint)
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.
vpcEndpoint - The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for
backup gateway.Copyright © 2023. All rights reserved.