@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 |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
public 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.
public 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.
public AcceleratorAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AcceleratorAttributes.Builder,AcceleratorAttributes>
public static AcceleratorAttributes.Builder builder()
public static Class<? extends AcceleratorAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.