public static interface AssociatedGateway.Builder extends SdkPojo, CopyableBuilder<AssociatedGateway.Builder,AssociatedGateway>
| Modifier and Type | Method and Description |
|---|---|
AssociatedGateway.Builder |
id(String id)
The ID of the associated gateway.
|
AssociatedGateway.Builder |
ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit
gateway.
|
AssociatedGateway.Builder |
region(String region)
The Region where the associated gateway is located.
|
AssociatedGateway.Builder |
type(GatewayType type)
The type of associated gateway.
|
AssociatedGateway.Builder |
type(String type)
The type of associated gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatedGateway.Builder id(String id)
The ID of the associated gateway.
id - The ID of the associated gateway.AssociatedGateway.Builder type(String type)
The type of associated gateway.
type - The type of associated gateway.GatewayType,
GatewayTypeAssociatedGateway.Builder type(GatewayType type)
The type of associated gateway.
type - The type of associated gateway.GatewayType,
GatewayTypeAssociatedGateway.Builder ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
ownerAccount - The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit
gateway.AssociatedGateway.Builder region(String region)
The Region where the associated gateway is located.
region - The Region where the associated gateway is located.Copyright © 2023. All rights reserved.