public static interface UpdateAcceleratorAttributesRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateAcceleratorAttributesRequest.Builder,UpdateAcceleratorAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAcceleratorAttributesRequest.Builder |
acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
UpdateAcceleratorAttributesRequest.Builder |
flowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
UpdateAcceleratorAttributesRequest.Builder |
flowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
|
UpdateAcceleratorAttributesRequest.Builder |
flowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
UpdateAcceleratorAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAcceleratorAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateAcceleratorAttributesRequest.Builder acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
acceleratorArn - The Amazon Resource Name (ARN) of the accelerator that you want to update.UpdateAcceleratorAttributesRequest.Builder flowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
flowLogsEnabled - Update whether flow logs are enabled.UpdateAcceleratorAttributesRequest.Builder flowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
flowLogsS3Bucket - Update the name of the Amazon S3 bucket for the flow logs.UpdateAcceleratorAttributesRequest.Builder flowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
flowLogsS3Prefix - Update the prefix for the location in the Amazon S3 bucket for the flow logs.UpdateAcceleratorAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAcceleratorAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.