public static interface ListClassificationScopesResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListClassificationScopesResponse.Builder,ListClassificationScopesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClassificationScopesResponse.Builder |
classificationScopes(ClassificationScopeSummary... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
ListClassificationScopesResponse.Builder |
classificationScopes(Collection<ClassificationScopeSummary> classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
ListClassificationScopesResponse.Builder |
classificationScopes(Consumer<ClassificationScopeSummary.Builder>... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
ListClassificationScopesResponse.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, buildListClassificationScopesResponse.Builder classificationScopes(Collection<ClassificationScopeSummary> classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
classificationScopes - An array that specifies the unique identifier and name of the classification scope for the account.ListClassificationScopesResponse.Builder classificationScopes(ClassificationScopeSummary... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
classificationScopes - An array that specifies the unique identifier and name of the classification scope for the account.ListClassificationScopesResponse.Builder classificationScopes(Consumer<ClassificationScopeSummary.Builder>... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
This is a convenience method that creates an instance of theClassificationScopeSummary.Builder avoiding the need to
create one manually via
ClassificationScopeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #classificationScopes(List.
classificationScopes - a consumer that will call methods on
ClassificationScopeSummary.Builder#classificationScopes(java.util.Collection) ListClassificationScopesResponse.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.