Class CfnServerTransferLogsLogGroupProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.mixins.CfnServerTransferLogsLogGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServerTransferLogsLogGroupProps>
- Enclosing interface:
CfnServerTransferLogsLogGroupProps
@Stability(Experimental)
public static final class CfnServerTransferLogsLogGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServerTransferLogsLogGroupProps>
A builder for
CfnServerTransferLogsLogGroupProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.outputFormat(CfnServerTransferLogsOutputFormat.LogGroup outputFormat) Sets the value ofCfnServerTransferLogsLogGroupProps.getOutputFormat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputFormat
@Stability(Experimental) public CfnServerTransferLogsLogGroupProps.Builder outputFormat(CfnServerTransferLogsOutputFormat.LogGroup outputFormat) Sets the value ofCfnServerTransferLogsLogGroupProps.getOutputFormat()- Parameters:
outputFormat- Format for log output, options are plain,json.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServerTransferLogsLogGroupProps>- Returns:
- a new instance of
CfnServerTransferLogsLogGroupProps - Throws:
NullPointerException- if any required attribute was not provided
-