CopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>
, SdkBuilder<GetWebACLRequest.Builder,GetWebACLRequest>
public static interface GetWebACLRequest.Builder extends CopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>
Modifier and Type | Method | Description |
---|---|---|
GetWebACLRequest.Builder |
webACLId(String webACLId) |
The
WebACLId of the WebACL that you want to get. |
copy
apply, build
GetWebACLRequest.Builder webACLId(String webACLId)
The WebACLId
of the WebACL that you want to get. WebACLId
is returned by
CreateWebACL and by ListWebACLs.
webACLId
- The WebACLId
of the WebACL that you want to get. WebACLId
is returned
by CreateWebACL and by ListWebACLs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.