public static interface ClusterMarkerConfiguration.Builder extends SdkPojo, CopyableBuilder<ClusterMarkerConfiguration.Builder,ClusterMarkerConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ClusterMarkerConfiguration.Builder |
clusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
|
default ClusterMarkerConfiguration.Builder |
clusterMarker(Consumer<ClusterMarker.Builder> clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterMarkerConfiguration.Builder clusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
clusterMarker - The cluster marker that is a part of the cluster marker configuration.default ClusterMarkerConfiguration.Builder clusterMarker(Consumer<ClusterMarker.Builder> clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
This is a convenience method that creates an instance of theClusterMarker.Builder avoiding the need
to create one manually via ClusterMarker.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to clusterMarker(ClusterMarker).
clusterMarker - a consumer that will call methods on ClusterMarker.BuilderclusterMarker(ClusterMarker)Copyright © 2023. All rights reserved.