Interface GeospatialCategoricalColor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialCategoricalColor.Builder,GeospatialCategoricalColor>,SdkBuilder<GeospatialCategoricalColor.Builder,GeospatialCategoricalColor>,SdkPojo
- Enclosing class:
- GeospatialCategoricalColor
@Mutable @NotThreadSafe public static interface GeospatialCategoricalColor.Builder extends SdkPojo, CopyableBuilder<GeospatialCategoricalColor.Builder,GeospatialCategoricalColor>
-
-
Method Summary
-
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 Detail
-
categoryDataColors
GeospatialCategoricalColor.Builder categoryDataColors(Collection<GeospatialCategoricalDataColor> categoryDataColors)
A list of categorical data colors for each category.
- Parameters:
categoryDataColors- A list of categorical data colors for each category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryDataColors
GeospatialCategoricalColor.Builder categoryDataColors(GeospatialCategoricalDataColor... categoryDataColors)
A list of categorical data colors for each category.
- Parameters:
categoryDataColors- A list of categorical data colors for each category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryDataColors
GeospatialCategoricalColor.Builder categoryDataColors(Consumer<GeospatialCategoricalDataColor.Builder>... categoryDataColors)
A list of categorical data colors for each category.
This is a convenience method that creates an instance of theGeospatialCategoricalDataColor.Builderavoiding the need to create one manually viaGeospatialCategoricalDataColor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#categoryDataColors(List.) - Parameters:
categoryDataColors- a consumer that will call methods onGeospatialCategoricalDataColor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#categoryDataColors(java.util.Collection)
-
nullDataVisibility
GeospatialCategoricalColor.Builder nullDataVisibility(String nullDataVisibility)
The state of visibility for null data.
- Parameters:
nullDataVisibility- The state of visibility for null data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
nullDataVisibility
GeospatialCategoricalColor.Builder nullDataVisibility(Visibility nullDataVisibility)
The state of visibility for null data.
- Parameters:
nullDataVisibility- The state of visibility for null data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
nullDataSettings
GeospatialCategoricalColor.Builder nullDataSettings(GeospatialNullDataSettings nullDataSettings)
The null data visualization settings.
- Parameters:
nullDataSettings- The null data visualization settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nullDataSettings
default GeospatialCategoricalColor.Builder nullDataSettings(Consumer<GeospatialNullDataSettings.Builder> nullDataSettings)
The null data visualization settings.
This is a convenience method that creates an instance of theGeospatialNullDataSettings.Builderavoiding the need to create one manually viaGeospatialNullDataSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonullDataSettings(GeospatialNullDataSettings).- Parameters:
nullDataSettings- a consumer that will call methods onGeospatialNullDataSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nullDataSettings(GeospatialNullDataSettings)
-
defaultOpacity
GeospatialCategoricalColor.Builder defaultOpacity(Double defaultOpacity)
The default opacity of a categorical color.
- Parameters:
defaultOpacity- The default opacity of a categorical color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-