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