Interface CloudWatchLogOptionsSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogOptionsSpecification.Builder,CloudWatchLogOptionsSpecification>,SdkBuilder<CloudWatchLogOptionsSpecification.Builder,CloudWatchLogOptionsSpecification>,SdkPojo
- Enclosing class:
- CloudWatchLogOptionsSpecification
@Mutable @NotThreadSafe public static interface CloudWatchLogOptionsSpecification.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogOptionsSpecification.Builder,CloudWatchLogOptionsSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogOptionsSpecification.BuilderbgpLogEnabled(Boolean bgpLogEnabled)Specifies whether to enable BGP logging for the VPN connection.CloudWatchLogOptionsSpecification.BuilderbgpLogGroupArn(String bgpLogGroupArn)The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.CloudWatchLogOptionsSpecification.BuilderbgpLogOutputFormat(String bgpLogOutputFormat)The desired output format for BGP logs to be sent to CloudWatch.CloudWatchLogOptionsSpecification.BuilderlogEnabled(Boolean logEnabled)Enable or disable VPN tunnel logging feature.CloudWatchLogOptionsSpecification.BuilderlogGroupArn(String logGroupArn)The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptionsSpecification.BuilderlogOutputFormat(String logOutputFormat)Set 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
CloudWatchLogOptionsSpecification.Builder logEnabled(Boolean logEnabled)
Enable or disable VPN tunnel logging feature. Default value is
False.Valid values:
True|False- Parameters:
logEnabled- Enable or disable 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
CloudWatchLogOptionsSpecification.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
CloudWatchLogOptionsSpecification.Builder logOutputFormat(String logOutputFormat)
Set log format. Default format is
json.Valid values:
json|text- Parameters:
logOutputFormat- Set 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
CloudWatchLogOptionsSpecification.Builder bgpLogEnabled(Boolean bgpLogEnabled)
Specifies whether to enable BGP logging for the VPN connection. Default value is
False.Valid values:
True|False- Parameters:
bgpLogEnabled- Specifies whether to enable BGP logging 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
CloudWatchLogOptionsSpecification.Builder bgpLogGroupArn(String bgpLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
- Parameters:
bgpLogGroupArn- The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpLogOutputFormat
CloudWatchLogOptionsSpecification.Builder bgpLogOutputFormat(String bgpLogOutputFormat)
The desired output format for BGP logs to be sent to CloudWatch. Default format is
json.Valid values:
json|text- Parameters:
bgpLogOutputFormat- The desired output format for BGP logs to be 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.
-
-