public class DescribeStreamSummaryRequest extends AmazonWebServiceRequest implements Serializable
Provides a summarized description of the specified Kinesis data stream without the shard list.
The information returned includes the stream name, Amazon Resource Name (ARN), status, record retention period, approximate creation time, monitoring, encryption details, and open shard count.
| Constructor and Description |
|---|
DescribeStreamSummaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStreamName()
The name of the stream to describe.
|
int |
hashCode() |
void |
setStreamName(String streamName)
The name of the stream to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamSummaryRequest |
withStreamName(String streamName)
The name of the stream to describe.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getStreamName()
The name of the stream to describe.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.-]+
The name of the stream to describe.
public void setStreamName(String streamName)
The name of the stream to describe.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.-]+
streamName - The name of the stream to describe.
public DescribeStreamSummaryRequest withStreamName(String streamName)
The name of the stream to describe.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.-]+
streamName - The name of the stream to describe.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.