All Superinterfaces:
Buildable, CopyableBuilder<Settings.Builder,Settings>, SdkBuilder<Settings.Builder,Settings>, SdkPojo
Enclosing class:
Settings

public static interface Settings.Builder extends SdkPojo, CopyableBuilder<Settings.Builder,Settings>
  • Method Details

    • securityGroupId

      Settings.Builder securityGroupId(String securityGroupId)

      A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.

      Parameters:
      securityGroupId - A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Settings.Builder subnets(Collection<String> subnets)

      The subnets defined for the registered identity provider.

      Parameters:
      subnets - The subnets defined for the registered identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Settings.Builder subnets(String... subnets)

      The subnets defined for the registered identity provider.

      Parameters:
      subnets - The subnets defined for the registered identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.