Interface DockerSettings.Builder

  • Method Details

    • enableDockerAccess

      DockerSettings.Builder enableDockerAccess(String enableDockerAccess)

      Indicates whether the domain can access Docker.

      Parameters:
      enableDockerAccess - Indicates whether the domain can access Docker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enableDockerAccess

      DockerSettings.Builder enableDockerAccess(FeatureStatus enableDockerAccess)

      Indicates whether the domain can access Docker.

      Parameters:
      enableDockerAccess - Indicates whether the domain can access Docker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcOnlyTrustedAccounts

      DockerSettings.Builder vpcOnlyTrustedAccounts(Collection<String> vpcOnlyTrustedAccounts)

      The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.

      Parameters:
      vpcOnlyTrustedAccounts - The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcOnlyTrustedAccounts

      DockerSettings.Builder vpcOnlyTrustedAccounts(String... vpcOnlyTrustedAccounts)

      The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.

      Parameters:
      vpcOnlyTrustedAccounts - The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.