Interface CloudWatchLogOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogOptions.Builder,CloudWatchLogOptions>,SdkBuilder<CloudWatchLogOptions.Builder,CloudWatchLogOptions>,SdkPojo
- Enclosing class:
- CloudWatchLogOptions
@Mutable @NotThreadSafe public static interface CloudWatchLogOptions.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogOptions.Builder,CloudWatchLogOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogOptions.BuilderbgpLogEnabled(Boolean bgpLogEnabled)Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection.CloudWatchLogOptions.BuilderbgpLogGroupArn(String bgpLogGroupArn)The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.CloudWatchLogOptions.BuilderbgpLogOutputFormat(String bgpLogOutputFormat)The output format for BGP logs sent to CloudWatch.CloudWatchLogOptions.BuilderlogEnabled(Boolean logEnabled)Status of VPN tunnel logging feature.CloudWatchLogOptions.BuilderlogGroupArn(String logGroupArn)The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptions.BuilderlogOutputFormat(String logOutputFormat)Configured log format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
logEnabled
CloudWatchLogOptions.Builder logEnabled(Boolean logEnabled)
Status of VPN tunnel logging feature. Default value is
False.Valid values:
True|False- Parameters:
logEnabled- Status of VPN tunnel logging feature. Default value isFalse.Valid values:
True|False- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupArn
CloudWatchLogOptions.Builder logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
- Parameters:
logGroupArn- The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logOutputFormat
CloudWatchLogOptions.Builder logOutputFormat(String logOutputFormat)
Configured log format. Default format is
json.Valid values:
json|text- Parameters:
logOutputFormat- Configured log format. Default format isjson.Valid values:
json|text- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpLogEnabled
CloudWatchLogOptions.Builder bgpLogEnabled(Boolean bgpLogEnabled)
Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection. Default value is
False.Valid values:
True|False- Parameters:
bgpLogEnabled- Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection. Default value isFalse.Valid values:
True|False- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpLogGroupArn
CloudWatchLogOptions.Builder bgpLogGroupArn(String bgpLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.
- Parameters:
bgpLogGroupArn- The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpLogOutputFormat
CloudWatchLogOptions.Builder bgpLogOutputFormat(String bgpLogOutputFormat)
The output format for BGP logs sent to CloudWatch. Default format is
json.Valid values:
json|text- Parameters:
bgpLogOutputFormat- The output format for BGP logs sent to CloudWatch. Default format isjson.Valid values:
json|text- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-