public static interface GetPermissionRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetPermissionRequest.Builder,GetPermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPermissionRequest.Builder |
permissionArn(String permissionArn)
Specifies the Amazon
Resoure Name (ARN) of the permission whose contents you want to retrieve.
|
GetPermissionRequest.Builder |
permissionVersion(Integer permissionVersion)
Specifies identifier for the version of the RAM permission to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPermissionRequest.Builder permissionArn(String permissionArn)
Specifies the Amazon Resoure Name (ARN) of the permission whose contents you want to retrieve. To find the ARN for a permission, use either the ListPermissions operation or go to the Permissions library page in the RAM console and then choose the name of the permission. The ARN is displayed on the detail page.
permissionArn - Specifies the Amazon Resoure Name
(ARN) of the permission whose contents you want to retrieve. To find the ARN for a permission, use
either the ListPermissions operation or go to the Permissions library page in the RAM
console and then choose the name of the permission. The ARN is displayed on the detail page.GetPermissionRequest.Builder permissionVersion(Integer permissionVersion)
Specifies identifier for the version of the RAM permission to retrieve. If you don't specify this parameter, the operation retrieves the default version.
permissionVersion - Specifies identifier for the version of the RAM permission to retrieve. If you don't specify this
parameter, the operation retrieves the default version.GetPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.