Interface ListS3ResourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListS3ResourcesResponse.Builder,ListS3ResourcesResponse>,MacieResponse.Builder,SdkBuilder<ListS3ResourcesResponse.Builder,ListS3ResourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListS3ResourcesResponse
public static interface ListS3ResourcesResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<ListS3ResourcesResponse.Builder,ListS3ResourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListS3ResourcesResponse.BuildernextToken(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 thenextTokenparameter in a subsequent pagination request.ListS3ResourcesResponse.Builders3Resources(Collection<S3ResourceClassification> s3Resources)(Discontinued) A list of the associated S3 resources returned by the action.ListS3ResourcesResponse.Builders3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)(Discontinued) A list of the associated S3 resources returned by the action.ListS3ResourcesResponse.Builders3Resources(S3ResourceClassification... s3Resources)(Discontinued) A list of the associated S3 resources returned by the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie.model.MacieResponse.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
-
s3Resources
ListS3ResourcesResponse.Builder s3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
- Parameters:
s3Resources- (Discontinued) A list of the associated S3 resources returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Resources
ListS3ResourcesResponse.Builder s3Resources(S3ResourceClassification... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
- Parameters:
s3Resources- (Discontinued) A list of the associated S3 resources returned by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Resources
ListS3ResourcesResponse.Builder s3Resources(Consumer<S3ResourceClassification.Builder>... s3Resources)
(Discontinued) A list of the associated S3 resources returned by the action.
This is a convenience method that creates an instance of theS3ResourceClassification.Builderavoiding the need to create one manually viaS3ResourceClassification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#s3Resources(List.) - Parameters:
s3Resources- a consumer that will call methods onS3ResourceClassification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#s3Resources(java.util.Collection)
-
nextToken
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
nextTokenparameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.- Parameters:
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 thenextTokenparameter 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.
-
-