@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDeliveryStreamRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDeliveryStreamRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowForceDelete()
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.
|
String |
getDeliveryStreamName()
The name of the delivery stream.
|
int |
hashCode() |
Boolean |
isAllowForceDelete()
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.
|
void |
setAllowForceDelete(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.
|
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDeliveryStreamRequest |
withAllowForceDelete(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.
|
DeleteDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName
- The name of the delivery stream.public String getDeliveryStreamName()
The name of the delivery stream.
public DeleteDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName
- The name of the delivery stream.public void setAllowForceDelete(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.
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.
public Boolean getAllowForceDelete()
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 withAllowForceDelete(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.
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.
public Boolean isAllowForceDelete()
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 String toString()
toString
in class Object
Object.toString()
public DeleteDeliveryStreamRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.