public static interface ResourceSharePermissionSummary.Builder extends SdkPojo, CopyableBuilder<ResourceSharePermissionSummary.Builder,ResourceSharePermissionSummary>
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionSummary.Builder |
arn(String arn)
The ARN of the permission.
|
ResourceSharePermissionSummary.Builder |
creationTime(Instant creationTime)
The date and time when the permission was created.
|
ResourceSharePermissionSummary.Builder |
defaultVersion(Boolean defaultVersion)
The identifier for the version of the permission that is set as the default version.
|
ResourceSharePermissionSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the permission was last updated.
|
ResourceSharePermissionSummary.Builder |
name(String name)
The name of the permission.
|
ResourceSharePermissionSummary.Builder |
resourceType(String resourceType)
The type of resource to which the permission applies.
|
ResourceSharePermissionSummary.Builder |
status(String status)
The current status of the permission.
|
ResourceSharePermissionSummary.Builder |
version(String version)
The identifier for the version of the permission.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceSharePermissionSummary.Builder arn(String arn)
The ARN of the permission.
arn - The ARN of the permission.ResourceSharePermissionSummary.Builder version(String version)
The identifier for the version of the permission.
version - The identifier for the version of the permission.ResourceSharePermissionSummary.Builder defaultVersion(Boolean defaultVersion)
The identifier for the version of the permission that is set as the default version.
defaultVersion - The identifier for the version of the permission that is set as the default version.ResourceSharePermissionSummary.Builder name(String name)
The name of the permission.
name - The name of the permission.ResourceSharePermissionSummary.Builder resourceType(String resourceType)
The type of resource to which the permission applies.
resourceType - The type of resource to which the permission applies.ResourceSharePermissionSummary.Builder status(String status)
The current status of the permission.
status - The current status of the permission.ResourceSharePermissionSummary.Builder creationTime(Instant creationTime)
The date and time when the permission was created.
creationTime - The date and time when the permission was created.ResourceSharePermissionSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the permission was last updated.
lastUpdatedTime - The date and time when the permission was last updated.Copyright © 2021. All rights reserved.