Class PreferencesReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ssmguiconnect.PreferencesReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PreferencesReference>
- Enclosing interface:
PreferencesReference
@Stability(Stable)
public static final class PreferencesReference.Builder
extends Object
implements software.amazon.jsii.Builder<PreferencesReference>
A builder for
PreferencesReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofPreferencesReference.getAccountId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
Sets the value ofPreferencesReference.getAccountId()- Parameters:
accountId- The AccountId of the Preferences resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PreferencesReference>- Returns:
- a new instance of
PreferencesReference - Throws:
NullPointerException- if any required attribute was not provided
-