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