public static interface AcceleratorAttributes.Builder extends SdkPojo, CopyableBuilder<AcceleratorAttributes.Builder,AcceleratorAttributes>
Modifier and Type | Method and Description |
---|---|
AcceleratorAttributes.Builder |
flowLogsEnabled(Boolean flowLogsEnabled)
Indicates whether flow logs are enabled.
|
AcceleratorAttributes.Builder |
flowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs.
|
AcceleratorAttributes.Builder |
flowLogsS3Prefix(String flowLogsS3Prefix)
The prefix for the location in the Amazon S3 bucket for the flow logs.
|
copy
applyMutation, build
AcceleratorAttributes.Builder flowLogsEnabled(Boolean flowLogsEnabled)
Indicates whether flow logs are enabled. The value is true or false. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.
flowLogsEnabled
- Indicates whether flow logs are enabled. The value is true or false. The default value is false. If
the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.AcceleratorAttributes.Builder flowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs. This attribute is required if flow logs are enabled. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
flowLogsS3Bucket
- The name of the Amazon S3 bucket for the flow logs. This attribute is required if flow logs are
enabled. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission
to write to the bucket.AcceleratorAttributes.Builder flowLogsS3Prefix(String flowLogsS3Prefix)
The prefix for the location in the Amazon S3 bucket for the flow logs. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
flowLogsS3Prefix
- The prefix for the location in the Amazon S3 bucket for the flow logs. If you don’t specify a prefix,
the flow logs are stored in the root of the bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.