@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAcceleratorAttributesRequest extends GlobalAcceleratorRequest implements ToCopyableBuilder<UpdateAcceleratorAttributesRequest.Builder,UpdateAcceleratorAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAcceleratorAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
static UpdateAcceleratorAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
flowLogsEnabled()
Update whether flow logs are enabled.
|
String |
flowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs.
|
String |
flowLogsS3Prefix()
Update 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 UpdateAcceleratorAttributesRequest.Builder> |
serializableBuilderClass() |
UpdateAcceleratorAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
public final Boolean flowLogsEnabled()
Update 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()
Update 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 UpdateAcceleratorAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAcceleratorAttributesRequest.Builder,UpdateAcceleratorAttributesRequest>toBuilder in class GlobalAcceleratorRequestpublic static UpdateAcceleratorAttributesRequest.Builder builder()
public static Class<? extends UpdateAcceleratorAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.