Interface UpdateCollectionDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateCollectionDetail.Builder,UpdateCollectionDetail>,SdkBuilder<UpdateCollectionDetail.Builder,UpdateCollectionDetail>,SdkPojo
- Enclosing class:
- UpdateCollectionDetail
public static interface UpdateCollectionDetail.Builder extends SdkPojo, CopyableBuilder<UpdateCollectionDetail.Builder,UpdateCollectionDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCollectionDetail.Builderarn(String arn)The Amazon Resource Name (ARN) of the collection.UpdateCollectionDetail.BuildercreatedDate(Long createdDate)The date and time when the collection was created.UpdateCollectionDetail.Builderdescription(String description)The description of the collection.UpdateCollectionDetail.Builderid(String id)The unique identifier of the collection.UpdateCollectionDetail.BuilderlastModifiedDate(Long lastModifiedDate)The date and time when the collection was last modified.UpdateCollectionDetail.Buildername(String name)The name of the collection.UpdateCollectionDetail.Builderstatus(String status)The current status of the collection.UpdateCollectionDetail.Builderstatus(CollectionStatus status)The current status of the collection.UpdateCollectionDetail.Buildertype(String type)The collection type.UpdateCollectionDetail.Buildertype(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 Detail
-
arn
UpdateCollectionDetail.Builder arn(String 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
UpdateCollectionDetail.Builder createdDate(Long 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.
-
description
UpdateCollectionDetail.Builder description(String 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.
-
id
UpdateCollectionDetail.Builder id(String 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.
-
lastModifiedDate
UpdateCollectionDetail.Builder lastModifiedDate(Long 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.
-
name
UpdateCollectionDetail.Builder name(String 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
UpdateCollectionDetail.Builder status(String 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:
CollectionStatus,CollectionStatus
-
status
UpdateCollectionDetail.Builder status(CollectionStatus 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:
CollectionStatus,CollectionStatus
-
type
UpdateCollectionDetail.Builder type(String 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:
CollectionType,CollectionType
-
type
UpdateCollectionDetail.Builder type(CollectionType 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:
CollectionType,CollectionType
-
-