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