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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePublisherResponse.Builder
identityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.DescribePublisherResponse.Builder
identityProvider(IdentityProvider 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(String publisherStatus)
Whether the publisher is verified.DescribePublisherResponse.Builder
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-