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
Resource Name (ARN) of the permission whose contents you want to retrieve.
|
GetPermissionRequest.Builder |
permissionVersion(Integer permissionVersion)
Specifies the version number of the RAM permission to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPermissionRequest.Builder permissionArn(String permissionArn)
Specifies the Amazon Resource 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 Resource 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 the version number of the RAM permission to retrieve. If you don't specify this parameter, the operation retrieves the default version.
To see the list of available versions, use ListPermissionVersions.
permissionVersion - Specifies the version number of the RAM permission to retrieve. If you don't specify this parameter,
the operation retrieves the default version.
To see the list of available versions, use ListPermissionVersions.
GetPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.