Class CfnProtectionFlowLogsDestProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.shield.mixins.CfnProtectionFlowLogsDestProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProtectionFlowLogsDestProps>
- Enclosing interface:
CfnProtectionFlowLogsDestProps
@Stability(Experimental)
public static final class CfnProtectionFlowLogsDestProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProtectionFlowLogsDestProps>
A builder for
CfnProtectionFlowLogsDestProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordFields(List<? extends CfnProtectionFlowLogsRecordFields> recordFields) Sets the value ofCfnProtectionFlowLogsDestProps.getRecordFields()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordFields
@Stability(Experimental) public CfnProtectionFlowLogsDestProps.Builder recordFields(List<? extends CfnProtectionFlowLogsRecordFields> recordFields) Sets the value ofCfnProtectionFlowLogsDestProps.getRecordFields()- Parameters:
recordFields- Record fields that can be provided to a log delivery.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProtectionFlowLogsDestProps>- Returns:
- a new instance of
CfnProtectionFlowLogsDestProps - Throws:
NullPointerException- if any required attribute was not provided
-