Interface DescribePublisherResponse.Builder

    • Method Detail

      • publisherId

        DescribePublisherResponse.Builder publisherId​(String publisherId)

        The ID of the extension publisher.

        Parameters:
        publisherId - The ID of the extension publisher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publisherStatus

        DescribePublisherResponse.Builder publisherStatus​(String publisherStatus)

        Whether the publisher is verified. Currently, all registered publishers are verified.

        Parameters:
        publisherStatus - Whether the publisher is verified. Currently, all registered publishers are verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PublisherStatus, PublisherStatus
      • publisherStatus

        DescribePublisherResponse.Builder publisherStatus​(PublisherStatus publisherStatus)

        Whether the publisher is verified. Currently, all registered publishers are verified.

        Parameters:
        publisherStatus - Whether the publisher is verified. Currently, all registered publishers are verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PublisherStatus, PublisherStatus
      • identityProvider

        DescribePublisherResponse.Builder identityProvider​(String identityProvider)

        The type of account used as the identity provider when registering this publisher with CloudFormation.

        Parameters:
        identityProvider - The type of account used as the identity provider when registering this publisher with CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityProvider, IdentityProvider
      • identityProvider

        DescribePublisherResponse.Builder identityProvider​(IdentityProvider identityProvider)

        The type of account used as the identity provider when registering this publisher with CloudFormation.

        Parameters:
        identityProvider - The type of account used as the identity provider when registering this publisher with CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityProvider, IdentityProvider
      • publisherProfile

        DescribePublisherResponse.Builder publisherProfile​(String publisherProfile)

        The URL to the publisher's profile with the identity provider.

        Parameters:
        publisherProfile - The URL to the publisher's profile with the identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.