Interface ListExclusionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListExclusionsResponse.Builder,ListExclusionsResponse>,InspectorResponse.Builder,SdkBuilder<ListExclusionsResponse.Builder,ListExclusionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListExclusionsResponse
public static interface ListExclusionsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListExclusionsResponse.Builder,ListExclusionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListExclusionsResponse.BuilderexclusionArns(String... exclusionArns)A list of exclusions' ARNs returned by the action.ListExclusionsResponse.BuilderexclusionArns(Collection<String> exclusionArns)A list of exclusions' ARNs returned by the action.ListExclusionsResponse.BuildernextToken(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
exclusionArns
ListExclusionsResponse.Builder exclusionArns(Collection<String> exclusionArns)
A list of exclusions' ARNs returned by the action.
- Parameters:
exclusionArns- A list of exclusions' ARNs returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionArns
ListExclusionsResponse.Builder exclusionArns(String... exclusionArns)
A list of exclusions' ARNs returned by the action.
- Parameters:
exclusionArns- A list of exclusions' ARNs returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-