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