public static interface ListDetectorsResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<ListDetectorsResponse.Builder,ListDetectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResponse.Builder |
detectorIds(Collection<String> detectorIds)
Sets the value of the DetectorIds property for this object.
|
ListDetectorsResponse.Builder |
detectorIds(String... detectorIds)
Sets the value of the DetectorIds property for this object.
|
ListDetectorsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDetectorsResponse.Builder detectorIds(Collection<String> detectorIds)
detectorIds - The new value for the DetectorIds property for this object.ListDetectorsResponse.Builder detectorIds(String... detectorIds)
detectorIds - The new value for the DetectorIds property for this object.ListDetectorsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.