public static interface PromotePermissionCreatedFromPolicyResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<PromotePermissionCreatedFromPolicyResponse.Builder,PromotePermissionCreatedFromPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PromotePermissionCreatedFromPolicyResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default PromotePermissionCreatedFromPolicyResponse.Builder |
permission(Consumer<ResourceSharePermissionSummary.Builder> permission)
Sets the value of the Permission property for this object.
|
PromotePermissionCreatedFromPolicyResponse.Builder |
permission(ResourceSharePermissionSummary permission)
Sets the value of the Permission property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPromotePermissionCreatedFromPolicyResponse.Builder permission(ResourceSharePermissionSummary permission)
permission - The new value for the Permission property for this object.default PromotePermissionCreatedFromPolicyResponse.Builder permission(Consumer<ResourceSharePermissionSummary.Builder> permission)
ResourceSharePermissionSummary.Builder
avoiding the need to create one manually via ResourceSharePermissionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to permission(ResourceSharePermissionSummary).
permission - a consumer that will call methods on ResourceSharePermissionSummary.Builderpermission(ResourceSharePermissionSummary)PromotePermissionCreatedFromPolicyResponse.Builder clientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in
an idempotent manner then you must include this value in the clientToken request
parameter of that later call. All other parameters must also have the same values that you used in the
first call.Copyright © 2023. All rights reserved.