Interface DescribePublisherResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFormationResponse.Builder, CopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>, SdkBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribePublisherResponse

  • Method Details

    • 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

      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:
    • 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

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