public static interface GetPermissionsBoundaryForPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetPermissionsBoundaryForPermissionSetResponse.Builder,GetPermissionsBoundaryForPermissionSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPermissionsBoundaryForPermissionSetResponse.Builder |
permissionsBoundary(Consumer<PermissionsBoundary.Builder> permissionsBoundary)
The permissions boundary attached to the specified permission set.
|
GetPermissionsBoundaryForPermissionSetResponse.Builder |
permissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPermissionsBoundaryForPermissionSetResponse.Builder permissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
permissionsBoundary - The permissions boundary attached to the specified permission set.default GetPermissionsBoundaryForPermissionSetResponse.Builder permissionsBoundary(Consumer<PermissionsBoundary.Builder> permissionsBoundary)
The permissions boundary attached to the specified permission set.
This is a convenience method that creates an instance of thePermissionsBoundary.Builder avoiding the
need to create one manually via PermissionsBoundary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to permissionsBoundary(PermissionsBoundary).permissionsBoundary - a consumer that will call methods on PermissionsBoundary.BuilderpermissionsBoundary(PermissionsBoundary)Copyright © 2022. All rights reserved.