Interface CreateResourceGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateResourceGatewayResponse.Builder,
,CreateResourceGatewayResponse> SdkBuilder<CreateResourceGatewayResponse.Builder,
,CreateResourceGatewayResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
CreateResourceGatewayResponse
@Mutable
@NotThreadSafe
public static interface CreateResourceGatewayResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateResourceGatewayResponse.Builder,CreateResourceGatewayResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource gateway.The ID of the resource gateway.ipAddressType
(String ipAddressType) The type of IP address for the resource gateway.ipAddressType
(ResourceGatewayIpAddressType ipAddressType) The type of IP address for the resource gateway.The name of the resource gateway.securityGroupIds
(String... securityGroupIds) The IDs of the security groups for the resource gateway.securityGroupIds
(Collection<String> securityGroupIds) The IDs of the security groups for the resource gateway.The status of the resource gateway.status
(ResourceGatewayStatus status) The status of the resource gateway.The IDs of the resource gateway subnets.subnetIds
(Collection<String> subnetIds) The IDs of the resource gateway subnets.vpcIdentifier
(String vpcIdentifier) The ID of the VPC.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
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.
-
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 for the resource gateway.
- Parameters:
ipAddressType
- The type of IP address for 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 for the resource gateway.
- Parameters:
ipAddressType
- The type of IP address for the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 for the resource gateway.
- Parameters:
securityGroupIds
- The IDs of the security groups for 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 for the resource gateway.
- Parameters:
securityGroupIds
- The IDs of the security groups for the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the resource gateway.
- Parameters:
status
- The status of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the resource gateway.
- Parameters:
status
- The status 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 resource gateway subnets.
- Parameters:
subnetIds
- The IDs of the resource gateway subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the resource gateway subnets.
- Parameters:
subnetIds
- The IDs of the resource gateway subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIdentifier
The ID of the VPC.
- Parameters:
vpcIdentifier
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-