Interface WaypointOptimizationExclusionOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaypointOptimizationExclusionOptions.Builder,
,WaypointOptimizationExclusionOptions> SdkBuilder<WaypointOptimizationExclusionOptions.Builder,
,WaypointOptimizationExclusionOptions> SdkPojo
- Enclosing class:
WaypointOptimizationExclusionOptions
@Mutable
@NotThreadSafe
public static interface WaypointOptimizationExclusionOptions.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationExclusionOptions.Builder,WaypointOptimizationExclusionOptions>
-
Method Summary
Modifier and TypeMethodDescriptionList of countries to be avoided defined by two-letter or three-letter country codes.countries
(Collection<String> countries) List of countries to be avoided defined by two-letter or three-letter country codes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
countries
List of countries to be avoided defined by two-letter or three-letter country codes.
- Parameters:
countries
- List of countries to be avoided defined by two-letter or three-letter country codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countries
List of countries to be avoided defined by two-letter or three-letter country codes.
- Parameters:
countries
- List of countries to be avoided defined by two-letter or three-letter country codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-