Interface Shard.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Shard.Builder,Shard>,SdkBuilder<Shard.Builder,Shard>,SdkPojo
- Enclosing class:
- Shard
public static interface Shard.Builder extends SdkPojo, CopyableBuilder<Shard.Builder,Shard>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Shard.BuildercreateTime(String createTime)The time when the shard was created in Universal Coordinated Time (UTC).Shard.BuildershardId(String shardId)The ID of the shard.Shard.Builderstatus(String status)The current status of the shard.Shard.Builderstatus(Status status)The current status of the shard.-
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, sdkFields
-
-
-
-
Method Detail
-
createTime
Shard.Builder createTime(String createTime)
The time when the shard was created in Universal Coordinated Time (UTC).
- Parameters:
createTime- The time when the shard was created in Universal Coordinated Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shardId
Shard.Builder shardId(String shardId)
The ID of the shard.
- Parameters:
shardId- The ID of the shard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Shard.Builder status(String status)
The current status of the shard.
-
status
Shard.Builder status(Status status)
The current status of the shard.
-
-