public static interface DeleteByteMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteByteMatchSetRequest.Builder,DeleteByteMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteByteMatchSetRequest.Builder |
byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to delete. |
DeleteByteMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteByteMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteByteMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteByteMatchSetRequest.Builder byteMatchSetId(String byteMatchSetId)
The ByteMatchSetId of the ByteMatchSet that you want to delete.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
byteMatchSetId - The ByteMatchSetId of the ByteMatchSet that you want to delete.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.DeleteByteMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.DeleteByteMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteByteMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.