public static interface DescribePublisherResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePublisherResponse.Builder |
identityProvider(IdentityProvider identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
DescribePublisherResponse.Builder |
identityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
DescribePublisherResponse.Builder |
publisherId(String publisherId)
The ID of the extension publisher.
|
DescribePublisherResponse.Builder |
publisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
|
DescribePublisherResponse.Builder |
publisherStatus(PublisherStatus publisherStatus)
Whether the publisher is verified.
|
DescribePublisherResponse.Builder |
publisherStatus(String publisherStatus)
Whether the publisher is verified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePublisherResponse.Builder publisherId(String publisherId)
The ID of the extension publisher.
publisherId - The ID of the extension publisher.DescribePublisherResponse.Builder publisherStatus(String publisherStatus)
Whether the publisher is verified. Currently, all registered publishers are verified.
publisherStatus - Whether the publisher is verified. Currently, all registered publishers are verified.PublisherStatus,
PublisherStatusDescribePublisherResponse.Builder publisherStatus(PublisherStatus publisherStatus)
Whether the publisher is verified. Currently, all registered publishers are verified.
publisherStatus - Whether the publisher is verified. Currently, all registered publishers are verified.PublisherStatus,
PublisherStatusDescribePublisherResponse.Builder identityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
identityProvider - The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProvider,
IdentityProviderDescribePublisherResponse.Builder identityProvider(IdentityProvider identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
identityProvider - The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProvider,
IdentityProviderDescribePublisherResponse.Builder publisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
publisherProfile - The URL to the publisher's profile with the identity provider.Copyright © 2022. All rights reserved.