Class PublisherReference.Builder
java.lang.Object
software.amazon.awscdk.services.cloudformation.PublisherReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PublisherReference>
- Enclosing interface:
PublisherReference
@Stability(Stable)
public static final class PublisherReference.Builder
extends Object
implements software.amazon.jsii.Builder<PublisherReference>
A builder for
PublisherReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.publisherId
(String publisherId) Sets the value ofPublisherReference.getPublisherId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publisherId
Sets the value ofPublisherReference.getPublisherId()
- Parameters:
publisherId
- The PublisherId of the Publisher resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PublisherReference>
- Returns:
- a new instance of
PublisherReference
- Throws:
NullPointerException
- if any required attribute was not provided
-