@Generated(value="software.amazon.awssdk:codegen") public final class DeleteDeliveryStreamRequest extends FirehoseRequest implements ToCopyableBuilder<DeleteDeliveryStreamRequest.Builder,DeleteDeliveryStreamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteDeliveryStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowForceDelete()
Set this to true if you want to delete the delivery stream even if Kinesis Data Firehose is unable to retire the
grant for the CMK.
|
static DeleteDeliveryStreamRequest.Builder |
builder() |
String |
deliveryStreamName()
The name of the delivery stream.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteDeliveryStreamRequest.Builder> |
serializableBuilderClass() |
DeleteDeliveryStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deliveryStreamName()
The name of the delivery stream.
public final Boolean allowForceDelete()
Set this to true if you want to delete the delivery stream even if Kinesis Data Firehose is unable to retire the grant for the CMK. Kinesis Data Firehose might be unable to retire the grant due to a customer error, such as when the CMK or the grant are in an invalid state. If you force deletion, you can then use the RevokeGrant operation to revoke the grant you gave to Kinesis Data Firehose. If a failure to retire the grant happens due to an Amazon Web Services KMS issue, Kinesis Data Firehose keeps retrying the delete operation.
The default value is false.
The default value is false.
public DeleteDeliveryStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteDeliveryStreamRequest.Builder,DeleteDeliveryStreamRequest>toBuilder in class FirehoseRequestpublic static DeleteDeliveryStreamRequest.Builder builder()
public static Class<? extends DeleteDeliveryStreamRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.