public static interface ResourceSharePermissionSummary.Builder extends SdkPojo, CopyableBuilder<ResourceSharePermissionSummary.Builder,ResourceSharePermissionSummary>
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionSummary.Builder |
arn(String arn)
The Amazon Resoure Name
(ARN) of the permission you want information about.
|
ResourceSharePermissionSummary.Builder |
creationTime(Instant creationTime)
The date and time when the permission was created.
|
ResourceSharePermissionSummary.Builder |
defaultVersion(Boolean defaultVersion)
Specifies whether the version of the permission represented in this structure is the default version for this
permission.
|
ResourceSharePermissionSummary.Builder |
isResourceTypeDefault(Boolean isResourceTypeDefault)
Specifies whether the version of the permission represented in this structure is the default version for all
resources of this resource type.
|
ResourceSharePermissionSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the permission was last updated.
|
ResourceSharePermissionSummary.Builder |
name(String name)
The name of this permission.
|
ResourceSharePermissionSummary.Builder |
resourceType(String resourceType)
The type of resource to which this permission applies.
|
ResourceSharePermissionSummary.Builder |
status(String status)
The current status of the permission.
|
ResourceSharePermissionSummary.Builder |
version(String version)
The version of the permission represented in this structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceSharePermissionSummary.Builder arn(String arn)
The Amazon Resoure Name (ARN) of the permission you want information about.
arn - The Amazon
Resoure Name (ARN) of the permission you want information about.ResourceSharePermissionSummary.Builder version(String version)
The version of the permission represented in this structure.
version - The version of the permission represented in this structure.ResourceSharePermissionSummary.Builder defaultVersion(Boolean defaultVersion)
Specifies whether the version of the permission represented in this structure is the default version for this permission.
defaultVersion - Specifies whether the version of the permission represented in this structure is the default version
for this permission.ResourceSharePermissionSummary.Builder name(String name)
The name of this permission.
name - The name of this permission.ResourceSharePermissionSummary.Builder resourceType(String resourceType)
The type of resource to which this permission applies.
resourceType - The type of resource to which this 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.ResourceSharePermissionSummary.Builder isResourceTypeDefault(Boolean isResourceTypeDefault)
Specifies whether the version of the permission represented in this structure is the default version for all resources of this resource type.
isResourceTypeDefault - Specifies whether the version of the permission represented in this structure is the default version
for all resources of this resource type.Copyright © 2022. All rights reserved.