public static interface UpdateAcceleratorAttributesResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateAcceleratorAttributesResponse.Builder,UpdateAcceleratorAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAcceleratorAttributesResponse.Builder |
acceleratorAttributes(AcceleratorAttributes acceleratorAttributes)
Updated attributes for the accelerator.
|
default UpdateAcceleratorAttributesResponse.Builder |
acceleratorAttributes(Consumer<AcceleratorAttributes.Builder> acceleratorAttributes)
Updated attributes for the accelerator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateAcceleratorAttributesResponse.Builder acceleratorAttributes(AcceleratorAttributes acceleratorAttributes)
Updated attributes for the accelerator.
acceleratorAttributes - Updated attributes for the accelerator.default UpdateAcceleratorAttributesResponse.Builder acceleratorAttributes(Consumer<AcceleratorAttributes.Builder> acceleratorAttributes)
Updated attributes for the accelerator.
This is a convenience that creates an instance of theAcceleratorAttributes.Builder avoiding the need
to create one manually via AcceleratorAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to acceleratorAttributes(AcceleratorAttributes).acceleratorAttributes - a consumer that will call methods on AcceleratorAttributes.BuilderacceleratorAttributes(AcceleratorAttributes)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.