public static interface Grant.Builder extends SdkPojo, CopyableBuilder<Grant.Builder,Grant>
| Modifier and Type | Method and Description |
|---|---|
Grant.Builder |
grantArn(String grantArn)
Amazon Resource Name (ARN) of the grant.
|
Grant.Builder |
grantedOperations(AllowedOperation... grantedOperations)
Granted operations.
|
Grant.Builder |
grantedOperations(Collection<AllowedOperation> grantedOperations)
Granted operations.
|
Grant.Builder |
grantedOperationsWithStrings(Collection<String> grantedOperations)
Granted operations.
|
Grant.Builder |
grantedOperationsWithStrings(String... grantedOperations)
Granted operations.
|
Grant.Builder |
granteePrincipalArn(String granteePrincipalArn)
The grantee principal ARN.
|
Grant.Builder |
grantName(String grantName)
Grant name.
|
Grant.Builder |
grantStatus(GrantStatus grantStatus)
Grant status.
|
Grant.Builder |
grantStatus(String grantStatus)
Grant status.
|
Grant.Builder |
homeRegion(String homeRegion)
Home Region of the grant.
|
Grant.Builder |
licenseArn(String licenseArn)
License ARN.
|
Grant.Builder |
parentArn(String parentArn)
Parent ARN.
|
Grant.Builder |
statusReason(String statusReason)
Grant status reason.
|
Grant.Builder |
version(String version)
Grant version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrant.Builder grantArn(String grantArn)
Amazon Resource Name (ARN) of the grant.
grantArn - Amazon Resource Name (ARN) of the grant.Grant.Builder grantName(String grantName)
Grant name.
grantName - Grant name.Grant.Builder parentArn(String parentArn)
Parent ARN.
parentArn - Parent ARN.Grant.Builder licenseArn(String licenseArn)
License ARN.
licenseArn - License ARN.Grant.Builder granteePrincipalArn(String granteePrincipalArn)
The grantee principal ARN.
granteePrincipalArn - The grantee principal ARN.Grant.Builder homeRegion(String homeRegion)
Home Region of the grant.
homeRegion - Home Region of the grant.Grant.Builder grantStatus(String grantStatus)
Grant status.
grantStatus - Grant status.GrantStatus,
GrantStatusGrant.Builder grantStatus(GrantStatus grantStatus)
Grant status.
grantStatus - Grant status.GrantStatus,
GrantStatusGrant.Builder statusReason(String statusReason)
Grant status reason.
statusReason - Grant status reason.Grant.Builder version(String version)
Grant version.
version - Grant version.Grant.Builder grantedOperationsWithStrings(Collection<String> grantedOperations)
Granted operations.
grantedOperations - Granted operations.Grant.Builder grantedOperationsWithStrings(String... grantedOperations)
Granted operations.
grantedOperations - Granted operations.Grant.Builder grantedOperations(Collection<AllowedOperation> grantedOperations)
Granted operations.
grantedOperations - Granted operations.Grant.Builder grantedOperations(AllowedOperation... grantedOperations)
Granted operations.
grantedOperations - Granted operations.Copyright © 2022. All rights reserved.