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 Details

    • 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.