Interface VPCDerivedInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>,SdkBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>,SdkPojo
- Enclosing class:
- VPCDerivedInfo
public static interface VPCDerivedInfo.Builder extends SdkPojo, CopyableBuilder<VPCDerivedInfo.Builder,VPCDerivedInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VPCDerivedInfo.BuilderavailabilityZones(String... availabilityZones)The availability zones for the Elasticsearch domain.VPCDerivedInfo.BuilderavailabilityZones(Collection<String> availabilityZones)The availability zones for the Elasticsearch domain.VPCDerivedInfo.BuildersecurityGroupIds(String... securityGroupIds)Specifies the security groups for VPC endpoint.VPCDerivedInfo.BuildersecurityGroupIds(Collection<String> securityGroupIds)Specifies the security groups for VPC endpoint.VPCDerivedInfo.BuildersubnetIds(String... subnetIds)Specifies the subnets for VPC endpoint.VPCDerivedInfo.BuildersubnetIds(Collection<String> subnetIds)Specifies the subnets for VPC endpoint.VPCDerivedInfo.BuildervpcId(String vpcId)The VPC Id for the Elasticsearch domain.-
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 Detail
-
vpcId
VPCDerivedInfo.Builder vpcId(String vpcId)
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
- Parameters:
vpcId- The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
VPCDerivedInfo.Builder subnetIds(Collection<String> subnetIds)
Specifies the subnets for VPC endpoint.
- Parameters:
subnetIds- Specifies the subnets for VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
VPCDerivedInfo.Builder subnetIds(String... subnetIds)
Specifies the subnets for VPC endpoint.
- Parameters:
subnetIds- Specifies the subnets for VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
VPCDerivedInfo.Builder availabilityZones(Collection<String> availabilityZones)
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
- Parameters:
availabilityZones- The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
VPCDerivedInfo.Builder availabilityZones(String... availabilityZones)
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
- Parameters:
availabilityZones- The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
VPCDerivedInfo.Builder securityGroupIds(Collection<String> securityGroupIds)
Specifies the security groups for VPC endpoint.
- Parameters:
securityGroupIds- Specifies the security groups for VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
VPCDerivedInfo.Builder securityGroupIds(String... securityGroupIds)
Specifies the security groups for VPC endpoint.
- Parameters:
securityGroupIds- Specifies the security groups for VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-