Uses of Interface
software.amazon.awssdk.services.ram.model.ResourceSharePermissionSummary.Builder
Packages that use ResourceSharePermissionSummary.Builder
-
Uses of ResourceSharePermissionSummary.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceSharePermissionSummary.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the permission you want information about.ResourceSharePermissionSummary.builder()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 managed permission used by this resource share is the default version for this managed permission.ResourceSharePermissionSummary.Builder.featureSet(String featureSet) Indicates what features are available for this resource share.ResourceSharePermissionSummary.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.ResourceSharePermissionSummary.Builder.isResourceTypeDefault(Boolean isResourceTypeDefault) Specifies whether the managed permission associated with this resource share is the default managed permission for all resources of this resource type.ResourceSharePermissionSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the permission was last updated.The name of this managed permission.ResourceSharePermissionSummary.Builder.permissionType(String permissionType) The type of managed permission.ResourceSharePermissionSummary.Builder.permissionType(PermissionType permissionType) The type of managed permission.ResourceSharePermissionSummary.Builder.resourceType(String resourceType) The type of resource to which this permission applies.The current status of the permission.ResourceSharePermissionSummary.Builder.tags(Collection<Tag> tags) A list of the tag key value pairs currently attached to the permission.ResourceSharePermissionSummary.Builder.tags(Consumer<Tag.Builder>... tags) A list of the tag key value pairs currently attached to the permission.A list of the tag key value pairs currently attached to the permission.ResourceSharePermissionSummary.toBuilder()The version of the permission associated with this resource share.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceSharePermissionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceSharePermissionSummary.Builder>ResourceSharePermissionSummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceSharePermissionSummary.BuilderModifier and TypeMethodDescriptiondefault CreatePermissionResponse.BuilderCreatePermissionResponse.Builder.permission(Consumer<ResourceSharePermissionSummary.Builder> permission) A structure with information about this customer managed permission.PromotePermissionCreatedFromPolicyResponse.Builder.permission(Consumer<ResourceSharePermissionSummary.Builder> permission) Sets the value of the Permission property for this object.