Interface ResourceSharePermissionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceSharePermissionSummary.Builder,ResourceSharePermissionSummary>,SdkBuilder<ResourceSharePermissionSummary.Builder,ResourceSharePermissionSummary>,SdkPojo
- Enclosing class:
- ResourceSharePermissionSummary
public static interface ResourceSharePermissionSummary.Builder extends SdkPojo, CopyableBuilder<ResourceSharePermissionSummary.Builder,ResourceSharePermissionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSharePermissionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the permission you want information about.ResourceSharePermissionSummary.BuildercreationTime(Instant creationTime)The date and time when the permission was created.ResourceSharePermissionSummary.BuilderdefaultVersion(Boolean defaultVersion)Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.ResourceSharePermissionSummary.BuilderfeatureSet(String featureSet)Indicates what features are available for this resource share.ResourceSharePermissionSummary.BuilderfeatureSet(PermissionFeatureSet featureSet)Indicates what features are available for this resource share.ResourceSharePermissionSummary.BuilderisResourceTypeDefault(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.BuilderlastUpdatedTime(Instant lastUpdatedTime)The date and time when the permission was last updated.ResourceSharePermissionSummary.Buildername(String name)The name of this managed permission.ResourceSharePermissionSummary.BuilderpermissionType(String permissionType)The type of managed permission.ResourceSharePermissionSummary.BuilderpermissionType(PermissionType permissionType)The type of managed permission.ResourceSharePermissionSummary.BuilderresourceType(String resourceType)The type of resource to which this permission applies.ResourceSharePermissionSummary.Builderstatus(String status)The current status of the permission.ResourceSharePermissionSummary.Buildertags(Collection<Tag> tags)A list of the tag key value pairs currently attached to the permission.ResourceSharePermissionSummary.Buildertags(Consumer<Tag.Builder>... tags)A list of the tag key value pairs currently attached to the permission.ResourceSharePermissionSummary.Buildertags(Tag... tags)A list of the tag key value pairs currently attached to the permission.ResourceSharePermissionSummary.Builderversion(String version)The version of the permission associated with this resource share.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ResourceSharePermissionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the permission you want information about.
- Parameters:
arn- The Amazon Resource Name (ARN) of the permission you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
ResourceSharePermissionSummary.Builder version(String version)
The version of the permission associated with this resource share.
- Parameters:
version- The version of the permission associated with this resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultVersion
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.
- Parameters:
defaultVersion- Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ResourceSharePermissionSummary.Builder name(String name)
The name of this managed permission.
- Parameters:
name- The name of this managed permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ResourceSharePermissionSummary.Builder resourceType(String resourceType)
The type of resource to which this permission applies. This takes the form of:
service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the stringec2:subnet.- Parameters:
resourceType- The type of resource to which this permission applies. This takes the form of:service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the stringec2:subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ResourceSharePermissionSummary.Builder status(String status)
The current status of the permission.
- Parameters:
status- The current status of the permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ResourceSharePermissionSummary.Builder creationTime(Instant creationTime)
The date and time when the permission was created.
- Parameters:
creationTime- The date and time when the permission was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
ResourceSharePermissionSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the permission was last updated.
- Parameters:
lastUpdatedTime- The date and time when the permission was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isResourceTypeDefault
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.
- Parameters:
isResourceTypeDefault- Specifies whether the managed permission associated with this resource share is the default managed permission for all resources of this resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionType
ResourceSharePermissionSummary.Builder permissionType(String permissionType)
The type of managed permission. This can be one of the following values:
-
AWS_MANAGED– Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it. -
CUSTOMER_MANAGED– You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.
- Parameters:
permissionType- The type of managed permission. This can be one of the following values:-
AWS_MANAGED– Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it. -
CUSTOMER_MANAGED– You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
-
permissionType
ResourceSharePermissionSummary.Builder permissionType(PermissionType permissionType)
The type of managed permission. This can be one of the following values:
-
AWS_MANAGED– Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it. -
CUSTOMER_MANAGED– You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.
- Parameters:
permissionType- The type of managed permission. This can be one of the following values:-
AWS_MANAGED– Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it. -
CUSTOMER_MANAGED– You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
-
featureSet
ResourceSharePermissionSummary.Builder featureSet(String featureSet)
Indicates what features are available for this resource share. This parameter can have one of the following values:
-
STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.
-
CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
-
PROMOTING_TO_STANDARD – This resource share was originally
CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes toSTANDARDwhen complete.
- Parameters:
featureSet- Indicates what features are available for this resource share. This parameter can have one of the following values:-
STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.
-
CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
-
PROMOTING_TO_STANDARD – This resource share was originally
CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes toSTANDARDwhen complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionFeatureSet,PermissionFeatureSet
-
-
featureSet
ResourceSharePermissionSummary.Builder featureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share. This parameter can have one of the following values:
-
STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.
-
CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
-
PROMOTING_TO_STANDARD – This resource share was originally
CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes toSTANDARDwhen complete.
- Parameters:
featureSet- Indicates what features are available for this resource share. This parameter can have one of the following values:-
STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.
-
CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
-
PROMOTING_TO_STANDARD – This resource share was originally
CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes toSTANDARDwhen complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionFeatureSet,PermissionFeatureSet
-
-
tags
ResourceSharePermissionSummary.Builder tags(Collection<Tag> tags)
A list of the tag key value pairs currently attached to the permission.
- Parameters:
tags- A list of the tag key value pairs currently attached to the permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ResourceSharePermissionSummary.Builder tags(Tag... tags)
A list of the tag key value pairs currently attached to the permission.
- Parameters:
tags- A list of the tag key value pairs currently attached to the permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ResourceSharePermissionSummary.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tag key value pairs currently attached to the permission.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-