public static interface ListS3ResourcesResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<ListS3ResourcesResponse.Builder,ListS3ResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListS3ResourcesResponse.Builder |
nextToken(String nextToken)
(Discontinued) 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. |
ListS3ResourcesResponse.Builder |
s3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
|
ListS3ResourcesResponse.Builder |
s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
|
ListS3ResourcesResponse.Builder |
s3Resources(S3ResourceClassification... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListS3ResourcesResponse.Builder s3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.ListS3ResourcesResponse.Builder s3Resources(S3ResourceClassification... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.ListS3ResourcesResponse.Builder s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #s3Resources(List) .s3Resources - a consumer that will call methods on List.Builder #s3Resources(List) ListS3ResourcesResponse.Builder nextToken(String nextToken)
(Discontinued) 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.
nextToken - (Discontinued) 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.Copyright © 2022. All rights reserved.