Interface Bandwidths.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Bandwidths.Builder,,Bandwidths> SdkBuilder<Bandwidths.Builder,,Bandwidths> SdkPojo
- Enclosing class:
Bandwidths
@Mutable
@NotThreadSafe
public static interface Bandwidths.Builder
extends SdkPojo, CopyableBuilder<Bandwidths.Builder,Bandwidths>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of currently available bandwidths.available(Collection<String> available) The list of currently available bandwidths.The list of all bandwidths that this environment plans to supportsupported(Collection<String> supported) The list of all bandwidths that this environment plans to supportMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
available
The list of currently available bandwidths.
- Parameters:
available- The list of currently available bandwidths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
available
The list of currently available bandwidths.
- Parameters:
available- The list of currently available bandwidths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supported
The list of all bandwidths that this environment plans to support
- Parameters:
supported- The list of all bandwidths that this environment plans to support- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supported
The list of all bandwidths that this environment plans to support
- Parameters:
supported- The list of all bandwidths that this environment plans to support- Returns:
- Returns a reference to this object so that method calls can be chained together.
-