Interface ListAssessmentTargetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssessmentTargetsResponse.Builder,ListAssessmentTargetsResponse>,InspectorResponse.Builder,SdkBuilder<ListAssessmentTargetsResponse.Builder,ListAssessmentTargetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssessmentTargetsResponse
public static interface ListAssessmentTargetsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentTargetsResponse.Builder,ListAssessmentTargetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentTargetsResponse.BuilderassessmentTargetArns(String... assessmentTargetArns)A list of ARNs that specifies the assessment targets that are returned by the action.ListAssessmentTargetsResponse.BuilderassessmentTargetArns(Collection<String> assessmentTargetArns)A list of ARNs that specifies the assessment targets that are returned by the action.ListAssessmentTargetsResponse.BuildernextToken(String nextToken)When a response is generated, if there is more data to be listed, this parameter 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
-
assessmentTargetArns
ListAssessmentTargetsResponse.Builder assessmentTargetArns(Collection<String> assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
- Parameters:
assessmentTargetArns- A list of ARNs that specifies the assessment targets that are returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentTargetArns
ListAssessmentTargetsResponse.Builder assessmentTargetArns(String... assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
- Parameters:
assessmentTargetArns- A list of ARNs that specifies the assessment targets that are returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssessmentTargetsResponse.Builder nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter 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 parameter 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.
-
-