Interface CollectionGroupDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CollectionGroupDetail.Builder,,CollectionGroupDetail> SdkBuilder<CollectionGroupDetail.Builder,,CollectionGroupDetail> SdkPojo
- Enclosing class:
CollectionGroupDetail
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the collection group.default CollectionGroupDetail.BuildercapacityLimits(Consumer<CollectionGroupCapacityLimits.Builder> capacityLimits) The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).capacityLimits(CollectionGroupCapacityLimits capacityLimits) The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).createdDate(Long createdDate) The Epoch time when the collection group was created.description(String description) The description of the collection group.The unique identifier of the collection group.The name of the collection group.numberOfCollections(Integer numberOfCollections) The number of collections associated with the collection group.standbyReplicas(String standbyReplicas) Indicates whether standby replicas are used for the collection group.standbyReplicas(StandbyReplicas standbyReplicas) Indicates whether standby replicas are used for the collection group.tags(Collection<Tag> tags) A map of key-value pairs associated with the collection group.tags(Consumer<Tag.Builder>... tags) A map of key-value pairs associated with the collection group.A map of key-value pairs associated with the collection group.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
-
id
The unique identifier of the collection group.
- Parameters:
id- The unique identifier of the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the collection group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the collection group.
- Parameters:
name- The name of the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standbyReplicas
Indicates whether standby replicas are used for the collection group.
- Parameters:
standbyReplicas- Indicates whether standby replicas are used for the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
standbyReplicas
Indicates whether standby replicas are used for the collection group.
- Parameters:
standbyReplicas- Indicates whether standby replicas are used for the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the collection group.
- Parameters:
description- The description of the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of key-value pairs associated with the collection group.
- Parameters:
tags- A map of key-value pairs associated with the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of key-value pairs associated with the collection group.
- Parameters:
tags- A map of key-value pairs associated with the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of key-value pairs associated with the collection group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdDate
The Epoch time when the collection group was created.
- Parameters:
createdDate- The Epoch time when the collection group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityLimits
The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
- Parameters:
capacityLimits- The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityLimits
default CollectionGroupDetail.Builder capacityLimits(Consumer<CollectionGroupCapacityLimits.Builder> capacityLimits) The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
This is a convenience method that creates an instance of theCollectionGroupCapacityLimits.Builderavoiding the need to create one manually viaCollectionGroupCapacityLimits.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapacityLimits(CollectionGroupCapacityLimits).- Parameters:
capacityLimits- a consumer that will call methods onCollectionGroupCapacityLimits.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberOfCollections
The number of collections associated with the collection group.
- Parameters:
numberOfCollections- The number of collections associated with the collection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-