Interface ResourceGatewaySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceGatewaySummary.Builder,
,ResourceGatewaySummary> SdkBuilder<ResourceGatewaySummary.Builder,
,ResourceGatewaySummary> SdkPojo
- Enclosing class:
ResourceGatewaySummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource gateway.The date and time that the VPC endpoint association was created, in ISO-8601 format.The ID of the resource gateway.ipAddressType
(String ipAddressType) The type of IP address used by the resource gateway.ipAddressType
(ResourceGatewayIpAddressType ipAddressType) The type of IP address used by the resource gateway.lastUpdatedAt
(Instant lastUpdatedAt) The most recent date and time that the resource gateway was updated, in ISO-8601 format.The name of the resource gateway.securityGroupIds
(String... securityGroupIds) The IDs of the security groups applied to the resource gateway.securityGroupIds
(Collection<String> securityGroupIds) The IDs of the security groups applied to the resource gateway.The name of the resource gateway.status
(ResourceGatewayStatus status) The name of the resource gateway.The IDs of the VPC subnets for the resource gateway.subnetIds
(Collection<String> subnetIds) The IDs of the VPC subnets for the resource gateway.vpcIdentifier
(String vpcIdentifier) The ID of the VPC for the resource gateway.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
-
arn
The Amazon Resource Name (ARN) of the resource gateway.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the VPC endpoint association was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the VPC endpoint association was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the resource gateway.
- Parameters:
id
- The ID of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The type of IP address used by the resource gateway.
- Parameters:
ipAddressType
- The type of IP address used by the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The type of IP address used by the resource gateway.
- Parameters:
ipAddressType
- The type of IP address used by the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The most recent date and time that the resource gateway was updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The most recent date and time that the resource gateway was updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource gateway.
- Parameters:
name
- The name of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups applied to the resource gateway.
- Parameters:
securityGroupIds
- The IDs of the security groups applied to the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups applied to the resource gateway.
- Parameters:
securityGroupIds
- The IDs of the security groups applied to the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The name of the resource gateway.
- Parameters:
status
- The name of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The name of the resource gateway.
- Parameters:
status
- The name of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subnetIds
The IDs of the VPC subnets for the resource gateway.
- Parameters:
subnetIds
- The IDs of the VPC subnets for the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the VPC subnets for the resource gateway.
- Parameters:
subnetIds
- The IDs of the VPC subnets for the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIdentifier
The ID of the VPC for the resource gateway.
- Parameters:
vpcIdentifier
- The ID of the VPC for the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-