public static interface ListExclusionsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListExclusionsResponse.Builder,ListExclusionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExclusionsResponse.Builder |
exclusionArns(Collection<String> exclusionArns)
A list of exclusions' ARNs returned by the action.
|
ListExclusionsResponse.Builder |
exclusionArns(String... exclusionArns)
A list of exclusions' ARNs returned by the action.
|
ListExclusionsResponse.Builder |
nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameters is present in the response
and contains the value to use for the nextToken parameter in a subsequent pagination request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExclusionsResponse.Builder exclusionArns(Collection<String> exclusionArns)
A list of exclusions' ARNs returned by the action.
exclusionArns - A list of exclusions' ARNs returned by the action.ListExclusionsResponse.Builder exclusionArns(String... exclusionArns)
A list of exclusions' ARNs returned by the action.
exclusionArns - A list of exclusions' ARNs returned by the action.ListExclusionsResponse.Builder nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken - When a response is generated, if there is more data to be listed, this parameters is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination request.
If there is no more data to be listed, this parameter is set to null.Copyright © 2023. All rights reserved.