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