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