Interface CreateStreamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStreamResponse.Builder,,CreateStreamResponse> DsqlResponse.Builder,SdkBuilder<CreateStreamResponse.Builder,,CreateStreamResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateStreamResponse
@Mutable
@NotThreadSafe
public static interface CreateStreamResponse.Builder
extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamResponse.Builder,CreateStreamResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the created stream.clusterIdentifier(String clusterIdentifier) The ID of the cluster for the created stream.creationTime(Instant creationTime) The time when created the stream.The format of the created stream records.format(StreamFormat format) The format of the created stream records.The ordering mode of the created stream.ordering(StreamOrdering ordering) The ordering mode of the created stream.The status of the created stream.status(StreamStatus status) The status of the created stream.streamIdentifier(String streamIdentifier) The ID of the created stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dsql.model.DsqlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clusterIdentifier
The ID of the cluster for the created stream.
- Parameters:
clusterIdentifier- The ID of the cluster for the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamIdentifier
The ID of the created stream.
- Parameters:
streamIdentifier- The ID of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the created stream.
- Parameters:
arn- The ARN of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the created stream.
- Parameters:
status- The status of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the created stream.
- Parameters:
status- The status of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time when created the stream.
- Parameters:
creationTime- The time when created the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ordering
The ordering mode of the created stream.
- Parameters:
ordering- The ordering mode of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ordering
The ordering mode of the created stream.
- Parameters:
ordering- The ordering mode of the created stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the created stream records.
- Parameters:
format- The format of the created stream records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the created stream records.
- Parameters:
format- The format of the created stream records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-