Interface DockerSettings.Builder

    • Method Detail

      • 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:
        FeatureStatus, FeatureStatus
      • 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:
        FeatureStatus, FeatureStatus
      • 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.