@Generated(value="software.amazon.awssdk:codegen") public final class MSKSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MSKSourceDescription.Builder,MSKSourceDescription>
Details about the Amazon MSK cluster used as the source for a Kinesis Data Firehose delivery stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MSKSourceDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
authenticationConfiguration()
The authentication configuration of the Amazon MSK cluster.
|
static MSKSourceDescription.Builder |
builder() |
Instant |
deliveryStartTimestamp()
Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this
timestamp.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mskClusterARN()
The ARN of the Amazon MSK cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MSKSourceDescription.Builder> |
serializableBuilderClass() |
MSKSourceDescription.Builder |
toBuilder() |
String |
topicName()
The topic name within the Amazon MSK cluster.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mskClusterARN()
The ARN of the Amazon MSK cluster.
public final String topicName()
The topic name within the Amazon MSK cluster.
public final AuthenticationConfiguration authenticationConfiguration()
The authentication configuration of the Amazon MSK cluster.
public final Instant deliveryStartTimestamp()
Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this timestamp.
public MSKSourceDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MSKSourceDescription.Builder,MSKSourceDescription>public static MSKSourceDescription.Builder builder()
public static Class<? extends MSKSourceDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.