Interface DescribePublisherResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DescribePublisherResponse.Builder,
,DescribePublisherResponse> SdkBuilder<DescribePublisherResponse.Builder,
,DescribePublisherResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribePublisherResponse
public static interface DescribePublisherResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidentityProvider
(String identityProvider) The type of account used as the identity provider when registering this publisher with CloudFormation.identityProvider
(IdentityProvider identityProvider) The type of account used as the identity provider when registering this publisher with CloudFormation.publisherId
(String publisherId) The ID of the extension publisher.publisherProfile
(String publisherProfile) The URL to the publisher's profile with the identity provider.publisherStatus
(String publisherStatus) Whether the publisher is verified.publisherStatus
(PublisherStatus publisherStatus) Whether the publisher is verified.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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
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.
-