@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 AWS 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 FirehoseRequest
public static DeleteDeliveryStreamRequest.Builder builder()
public static Class<? extends DeleteDeliveryStreamRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.