public static interface ListResourceProfileArtifactsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListResourceProfileArtifactsResponse.Builder,ListResourceProfileArtifactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourceProfileArtifactsResponse.Builder |
artifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
ListResourceProfileArtifactsResponse.Builder |
artifacts(Consumer<ResourceProfileArtifact.Builder>... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
ListResourceProfileArtifactsResponse.Builder |
artifacts(ResourceProfileArtifact... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
ListResourceProfileArtifactsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceProfileArtifactsResponse.Builder artifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
artifacts - An array of objects, one for each S3 object that Amazon Macie selected for analysis.ListResourceProfileArtifactsResponse.Builder artifacts(ResourceProfileArtifact... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
artifacts - An array of objects, one for each S3 object that Amazon Macie selected for analysis.ListResourceProfileArtifactsResponse.Builder artifacts(Consumer<ResourceProfileArtifact.Builder>... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
This is a convenience method that creates an instance of theResourceProfileArtifact.Builder avoiding the need to
create one manually via
ResourceProfileArtifact.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #artifacts(List.
artifacts - a consumer that will call methods on
ResourceProfileArtifact.Builder#artifacts(java.util.Collection) ListResourceProfileArtifactsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2023. All rights reserved.