@Generated(value="software.amazon.awssdk:codegen") public final class AcceleratorAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AcceleratorAttributes.Builder,AcceleratorAttributes>
Attributes of an accelerator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcceleratorAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
flowLogsEnabled()
Indicates whether flow logs are enabled.
|
String |
flowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs.
|
String |
flowLogsS3Prefix()
The prefix for the location in the Amazon S3 bucket for the flow logs.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcceleratorAttributes.Builder> |
serializableBuilderClass() |
AcceleratorAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean flowLogsEnabled()
Indicates whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.
For more information, see Flow logs in the Global Accelerator Developer Guide.
FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.
For more information, see Flow logs in the Global Accelerator Developer Guide.
public final String flowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is
true. The bucket must exist and have a bucket policy that grants Global Accelerator permission to
write to the bucket.
FlowLogsEnabled
is true. The bucket must exist and have a bucket policy that grants Global Accelerator
permission to write to the bucket.public final String flowLogsS3Prefix()
The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled is true.
If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
s3-bucket_name//AWSLogs/aws_account_id
FlowLogsEnabled is true.
If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
s3-bucket_name//AWSLogs/aws_account_id
public AcceleratorAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcceleratorAttributes.Builder,AcceleratorAttributes>public static AcceleratorAttributes.Builder builder()
public static Class<? extends AcceleratorAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.