static ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.builder() |
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.nextToken(String nextToken) |
String for specifying the next set of paginated results.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.permissions(Collection<Permission> permissions) |
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.permissions(Consumer<Permission.Builder>... permissions) |
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.permissions(Permission... permissions) |
List of permissions associated with the Signing Profile.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.policySizeBytes(Integer policySizeBytes) |
Total size of the policy associated with the Signing Profile in bytes.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.Builder.revisionId(String revisionId) |
The identifier for the current revision of profile permissions.
|
ListProfilePermissionsResponse.Builder |
ListProfilePermissionsResponse.toBuilder() |
|