public static interface ListPermissionsResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionsResponse.Builder,ListPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsResponse.Builder |
nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
ListPermissionsResponse.Builder |
permissions(Collection<Permission> permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled,
the policy provided, and the time of creation.
|
ListPermissionsResponse.Builder |
permissions(Consumer<Permission.Builder>... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled,
the policy provided, and the time of creation.
|
ListPermissionsResponse.Builder |
permissions(Permission... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled,
the policy provided, and the time of creation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionsResponse.Builder permissions(Collection<Permission> permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
permissions - Summary information about each permission assigned by the specified private CA, including the action
enabled, the policy provided, and the time of creation.ListPermissionsResponse.Builder permissions(Permission... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
permissions - Summary information about each permission assigned by the specified private CA, including the action
enabled, the policy provided, and the time of creation.ListPermissionsResponse.Builder permissions(Consumer<Permission.Builder>... permissions)
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
This is a convenience method that creates an instance of thePermission.Builder avoiding the need to create one
manually via Permission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #permissions(List.
permissions - a consumer that will call methods on
Permission.Builder#permissions(java.util.Collection) ListPermissionsResponse.Builder nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and should be used for the NextToken
parameter in a subsequent pagination request.Copyright © 2023. All rights reserved.