Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribePublisherResponse.Builder
Packages that use DescribePublisherResponse.Builder
-
Uses of DescribePublisherResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribePublisherResponse.BuilderModifier and TypeMethodDescriptionDescribePublisherResponse.builder()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.DescribePublisherResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribePublisherResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribePublisherResponse.Builder>DescribePublisherResponse.serializableBuilderClass()