Interface GeospatialGradientColor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialGradientColor.Builder,GeospatialGradientColor>,SdkBuilder<GeospatialGradientColor.Builder,GeospatialGradientColor>,SdkPojo
- Enclosing class:
- GeospatialGradientColor
@Mutable @NotThreadSafe public static interface GeospatialGradientColor.Builder extends SdkPojo, CopyableBuilder<GeospatialGradientColor.Builder,GeospatialGradientColor>
-
-
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
-
stepColors
GeospatialGradientColor.Builder stepColors(Collection<GeospatialGradientStepColor> stepColors)
A list of gradient step colors for the gradient.
- Parameters:
stepColors- A list of gradient step colors for the gradient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepColors
GeospatialGradientColor.Builder stepColors(GeospatialGradientStepColor... stepColors)
A list of gradient step colors for the gradient.
- Parameters:
stepColors- A list of gradient step colors for the gradient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepColors
GeospatialGradientColor.Builder stepColors(Consumer<GeospatialGradientStepColor.Builder>... stepColors)
A list of gradient step colors for the gradient.
This is a convenience method that creates an instance of theGeospatialGradientStepColor.Builderavoiding the need to create one manually viaGeospatialGradientStepColor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#stepColors(List.) - Parameters:
stepColors- a consumer that will call methods onGeospatialGradientStepColor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#stepColors(java.util.Collection)
-
nullDataVisibility
GeospatialGradientColor.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
GeospatialGradientColor.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
GeospatialGradientColor.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 GeospatialGradientColor.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
GeospatialGradientColor.Builder defaultOpacity(Double defaultOpacity)
The default opacity for the gradient color.
- Parameters:
defaultOpacity- The default opacity for the gradient color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-