public static interface ListProjectPoliciesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListProjectPoliciesResponse.Builder,ListProjectPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectPoliciesResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent
request to retrieve the next set of project policies.
|
ListProjectPoliciesResponse.Builder |
projectPolicies(Collection<ProjectPolicy> projectPolicies)
A list of project policies attached to the project.
|
ListProjectPoliciesResponse.Builder |
projectPolicies(Consumer<ProjectPolicy.Builder>... projectPolicies)
A list of project policies attached to the project.
|
ListProjectPoliciesResponse.Builder |
projectPolicies(ProjectPolicy... projectPolicies)
A list of project policies attached to the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectPoliciesResponse.Builder projectPolicies(Collection<ProjectPolicy> projectPolicies)
A list of project policies attached to the project.
projectPolicies - A list of project policies attached to the project.ListProjectPoliciesResponse.Builder projectPolicies(ProjectPolicy... projectPolicies)
A list of project policies attached to the project.
projectPolicies - A list of project policies attached to the project.ListProjectPoliciesResponse.Builder projectPolicies(Consumer<ProjectPolicy.Builder>... projectPolicies)
A list of project policies attached to the project.
This is a convenience method that creates an instance of theProjectPolicy.Builder avoiding the need to create
one manually via ProjectPolicy.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #projectPolicies(List.
projectPolicies - a consumer that will call methods on
ProjectPolicy.Builder#projectPolicies(java.util.Collection) ListProjectPoliciesResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
nextToken - If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent
request to retrieve the next set of project policies.Copyright © 2023. All rights reserved.