Interface RouteMatrixExclusionOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixExclusionOptions.Builder,,RouteMatrixExclusionOptions> SdkBuilder<RouteMatrixExclusionOptions.Builder,,RouteMatrixExclusionOptions> SdkPojo
- Enclosing class:
RouteMatrixExclusionOptions
@Mutable
@NotThreadSafe
public static interface RouteMatrixExclusionOptions.Builder
extends SdkPojo, CopyableBuilder<RouteMatrixExclusionOptions.Builder,RouteMatrixExclusionOptions>
-
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
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
-
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.
-