Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.AcceleratorAttributes.Builder
-
Packages that use AcceleratorAttributes.Builder Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of AcceleratorAttributes.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return AcceleratorAttributes.Builder Modifier and Type Method Description static AcceleratorAttributes.BuilderAcceleratorAttributes. builder()AcceleratorAttributes.BuilderAcceleratorAttributes.Builder. flowLogsEnabled(Boolean flowLogsEnabled)Indicates whether flow logs are enabled.AcceleratorAttributes.BuilderAcceleratorAttributes.Builder. flowLogsS3Bucket(String flowLogsS3Bucket)The name of the Amazon S3 bucket for the flow logs.AcceleratorAttributes.BuilderAcceleratorAttributes.Builder. flowLogsS3Prefix(String flowLogsS3Prefix)The prefix for the location in the Amazon S3 bucket for the flow logs.AcceleratorAttributes.BuilderAcceleratorAttributes. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type AcceleratorAttributes.Builder Modifier and Type Method Description static Class<? extends AcceleratorAttributes.Builder>AcceleratorAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type AcceleratorAttributes.Builder Modifier and Type Method Description default DescribeAcceleratorAttributesResponse.BuilderDescribeAcceleratorAttributesResponse.Builder. acceleratorAttributes(Consumer<AcceleratorAttributes.Builder> acceleratorAttributes)The attributes of the accelerator.default UpdateAcceleratorAttributesResponse.BuilderUpdateAcceleratorAttributesResponse.Builder. acceleratorAttributes(Consumer<AcceleratorAttributes.Builder> acceleratorAttributes)Updated attributes for the accelerator.
-