public static interface LocalGateway.Builder extends SdkPojo, CopyableBuilder<LocalGateway.Builder,LocalGateway>
| Modifier and Type | Method and Description |
|---|---|
LocalGateway.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGateway.Builder |
outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
LocalGateway.Builder |
ownerId(String ownerId)
The ID of the AWS account ID that owns the local gateway.
|
LocalGateway.Builder |
state(String state)
The state of the local gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGateway.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGateway.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
outpostArn - The Amazon Resource Name (ARN) of the Outpost.LocalGateway.Builder ownerId(String ownerId)
The ID of the AWS account ID that owns the local gateway.
ownerId - The ID of the AWS account ID that owns the local gateway.LocalGateway.Builder state(String state)
The state of the local gateway.
state - The state of the local gateway.Copyright © 2020. All rights reserved.