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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #permissions(List) .permissions - a consumer that will call methods on List.Builder #permissions(List) 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 © 2020. All rights reserved.