public static interface GetByteMatchSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<GetByteMatchSetRequest.Builder,GetByteMatchSetRequest>
Modifier and Type | Method and Description |
---|---|
GetByteMatchSetRequest.Builder |
byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to get. |
GetByteMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetByteMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetByteMatchSetRequest.Builder byteMatchSetId(String byteMatchSetId)
The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
byteMatchSetId
- The ByteMatchSetId
of the ByteMatchSet that you want to get.
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.GetByteMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetByteMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.