Interface DescribeAddonConfigurationResponse.Builder

    • Method Detail

      • addonName

        DescribeAddonConfigurationResponse.Builder addonName​(String addonName)

        The name of the add-on.

        Parameters:
        addonName - The name of the add-on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSchema

        DescribeAddonConfigurationResponse.Builder configurationSchema​(String configurationSchema)

        A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

        Parameters:
        configurationSchema - A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • podIdentityConfiguration

        DescribeAddonConfigurationResponse.Builder podIdentityConfiguration​(Collection<AddonPodIdentityConfiguration> podIdentityConfiguration)

        The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.

        Parameters:
        podIdentityConfiguration - The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • podIdentityConfiguration

        DescribeAddonConfigurationResponse.Builder podIdentityConfiguration​(AddonPodIdentityConfiguration... podIdentityConfiguration)

        The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.

        Parameters:
        podIdentityConfiguration - The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.