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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAcceleratorAttributesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAcceleratorAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.