@Generated(value="software.amazon.awssdk:codegen") public final class CustomRoutingAcceleratorAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomRoutingAcceleratorAttributes.Builder,CustomRoutingAcceleratorAttributes>
Attributes of a custom routing accelerator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomRoutingAcceleratorAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomRoutingAcceleratorAttributes.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 CustomRoutingAcceleratorAttributes.Builder> |
serializableBuilderClass() |
CustomRoutingAcceleratorAttributes.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 don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
FlowLogsEnabled is true.
If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
public CustomRoutingAcceleratorAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomRoutingAcceleratorAttributes.Builder,CustomRoutingAcceleratorAttributes>public static CustomRoutingAcceleratorAttributes.Builder builder()
public static Class<? extends CustomRoutingAcceleratorAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.