Interface UpdateCollectionGroupDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateCollectionGroupDetail.Builder,,UpdateCollectionGroupDetail> SdkBuilder<UpdateCollectionGroupDetail.Builder,,UpdateCollectionGroupDetail> SdkPojo
- Enclosing class:
UpdateCollectionGroupDetail
@Mutable
@NotThreadSafe
public static interface UpdateCollectionGroupDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateCollectionGroupDetail.Builder,UpdateCollectionGroupDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the collection group.capacityLimits(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.lastModifiedDate(Long lastModifiedDate) The date and time when the collection group was last modified.The name of 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.
-
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.
-
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 UpdateCollectionGroupDetail.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:
-
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.
-
lastModifiedDate
The date and time when the collection group was last modified.
- Parameters:
lastModifiedDate- The date and time when the collection group was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-