Interface VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder,VerifiedAccessLogCloudWatchLogsDestinationOptions>,SdkBuilder<VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder,VerifiedAccessLogCloudWatchLogsDestinationOptions>,SdkPojo
- Enclosing class:
- VerifiedAccessLogCloudWatchLogsDestinationOptions
public static interface VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder,VerifiedAccessLogCloudWatchLogsDestinationOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifiedAccessLogCloudWatchLogsDestinationOptions.Builderenabled(Boolean enabled)Indicates whether logging is enabled.VerifiedAccessLogCloudWatchLogsDestinationOptions.BuilderlogGroup(String logGroup)The ID of the CloudWatch Logs log group.-
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
-
enabled
VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder enabled(Boolean enabled)
Indicates whether logging is enabled.
- Parameters:
enabled- Indicates whether logging is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroup
VerifiedAccessLogCloudWatchLogsDestinationOptions.Builder logGroup(String logGroup)
The ID of the CloudWatch Logs log group.
- Parameters:
logGroup- The ID of the CloudWatch Logs log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-