Interface GetByteMatchSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>,SdkBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetByteMatchSetResponse
public static interface GetByteMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetByteMatchSetResponse.BuilderbyteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.GetByteMatchSetResponse.BuilderbyteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
byteMatchSet
GetByteMatchSetResponse.Builder byteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:-
ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
byteMatchSet- Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest. For more information, see the following topics:-
ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
byteMatchSet
default GetByteMatchSetResponse.Builder byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:-
ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
ByteMatchSet.Builderavoiding the need to create one manually viaByteMatchSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobyteMatchSet(ByteMatchSet).- Parameters:
byteMatchSet- a consumer that will call methods onByteMatchSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
byteMatchSet(ByteMatchSet)
-
-
-