Interface UpdateCollectionDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateCollectionDetail.Builder,
,UpdateCollectionDetail> SdkBuilder<UpdateCollectionDetail.Builder,
,UpdateCollectionDetail> SdkPojo
- Enclosing class:
UpdateCollectionDetail
@Mutable
@NotThreadSafe
public static interface UpdateCollectionDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateCollectionDetail.Builder,UpdateCollectionDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the collection.createdDate
(Long createdDate) The date and time when the collection was created.description
(String description) The description of the collection.The unique identifier of the collection.lastModifiedDate
(Long lastModifiedDate) The date and time when the collection was last modified.The name of the collection.The current status of the collection.status
(CollectionStatus status) The current status of the collection.The collection type.type
(CollectionType type) The collection type.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 Details
-
id
The unique identifier of the collection.
- Parameters:
id
- The unique identifier of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the collection.
- Parameters:
name
- The name of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the collection.
- Parameters:
status
- The current status of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the collection.
- Parameters:
status
- The current status of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The collection type.
- Parameters:
type
- The collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The collection type.
- Parameters:
type
- The collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the collection.
- Parameters:
description
- The description of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the collection.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time when the collection was created.
- Parameters:
createdDate
- The date and time when the collection 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 was last modified.
- Parameters:
lastModifiedDate
- The date and time when the collection was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-