public static interface ListSensitivityInspectionTemplatesResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListSensitivityInspectionTemplatesResponse.Builder,ListSensitivityInspectionTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSensitivityInspectionTemplatesResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ListSensitivityInspectionTemplatesResponse.Builder |
sensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.
|
ListSensitivityInspectionTemplatesResponse.Builder |
sensitivityInspectionTemplates(Consumer<SensitivityInspectionTemplatesEntry.Builder>... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.
|
ListSensitivityInspectionTemplatesResponse.Builder |
sensitivityInspectionTemplates(SensitivityInspectionTemplatesEntry... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSensitivityInspectionTemplatesResponse.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.ListSensitivityInspectionTemplatesResponse.Builder sensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
sensitivityInspectionTemplates - An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.ListSensitivityInspectionTemplatesResponse.Builder sensitivityInspectionTemplates(SensitivityInspectionTemplatesEntry... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
sensitivityInspectionTemplates - An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.ListSensitivityInspectionTemplatesResponse.Builder sensitivityInspectionTemplates(Consumer<SensitivityInspectionTemplatesEntry.Builder>... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
This is a convenience method that creates an instance of theSensitivityInspectionTemplatesEntry.Builder avoiding the
need to create one manually via
SensitivityInspectionTemplatesEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sensitivityInspectionTemplates(List.
sensitivityInspectionTemplates - a consumer that will call methods on
SensitivityInspectionTemplatesEntry.Builder#sensitivityInspectionTemplates(java.util.Collection) Copyright © 2023. All rights reserved.