CopyableBuilder<GetByteMatchSetRequest.Builder,GetByteMatchSetRequest>
, SdkBuilder<GetByteMatchSetRequest.Builder,GetByteMatchSetRequest>
public static interface GetByteMatchSetRequest.Builder extends CopyableBuilder<GetByteMatchSetRequest.Builder,GetByteMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
GetByteMatchSetRequest.Builder |
byteMatchSetId(String byteMatchSetId) |
The
ByteMatchSetId of the ByteMatchSet that you want to get. |
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.