public static interface ListProfilePermissionsResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListProfilePermissionsResponse.Builder,ListProfilePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfilePermissionsResponse.Builder |
nextToken(String nextToken)
String for specifying the next set of paginated results.
|
ListProfilePermissionsResponse.Builder |
permissions(Collection<Permission> permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
permissions(Consumer<Permission.Builder>... permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
permissions(Permission... permissions)
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
policySizeBytes(Integer policySizeBytes)
Total size of the policy associated with the Signing Profile in bytes.
|
ListProfilePermissionsResponse.Builder |
revisionId(String revisionId)
The identifier for the current revision of profile permissions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfilePermissionsResponse.Builder revisionId(String revisionId)
The identifier for the current revision of profile permissions.
revisionId - The identifier for the current revision of profile permissions.ListProfilePermissionsResponse.Builder policySizeBytes(Integer policySizeBytes)
Total size of the policy associated with the Signing Profile in bytes.
policySizeBytes - Total size of the policy associated with the Signing Profile in bytes.ListProfilePermissionsResponse.Builder permissions(Collection<Permission> permissions)
List of permissions associated with the Signing Profile.
permissions - List of permissions associated with the Signing Profile.ListProfilePermissionsResponse.Builder permissions(Permission... permissions)
List of permissions associated with the Signing Profile.
permissions - List of permissions associated with the Signing Profile.ListProfilePermissionsResponse.Builder permissions(Consumer<Permission.Builder>... permissions)
List of permissions associated with the Signing Profile.
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) ListProfilePermissionsResponse.Builder nextToken(String nextToken)
String for specifying the next set of paginated results.
nextToken - String for specifying the next set of paginated results.Copyright © 2023. All rights reserved.