Interface AssociatedPermission.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedPermission.Builder,
,AssociatedPermission> SdkBuilder<AssociatedPermission.Builder,
,AssociatedPermission> SdkPojo
- Enclosing class:
AssociatedPermission
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the associated managed permission.defaultVersion
(Boolean defaultVersion) Indicates whether the associated resource share is using the default version of the permission.featureSet
(String featureSet) Indicates what features are available for this resource share.featureSet
(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.lastUpdatedTime
(Instant lastUpdatedTime) The date and time when the association between the permission and the resource share was last updated.permissionVersion
(String permissionVersion) The version of the permission currently associated with the resource share.resourceShareArn
(String resourceShareArn) The Amazon Resource Name (ARN) of a resource share associated with this permission.resourceType
(String resourceType) The resource type to which this permission applies.The current status of the association between the permission and the 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 Details
-
arn
The Amazon Resource Name (ARN) of the associated managed permission.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the associated managed permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionVersion
The version of the permission currently associated with the resource share.
- Parameters:
permissionVersion
- The version of the permission currently associated with the resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultVersion
Indicates whether the associated resource share is using the default version of the permission.
- Parameters:
defaultVersion
- Indicates whether the associated resource share is using the default version of the permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The resource type to which this permission applies.
- Parameters:
resourceType
- The resource type to which this permission applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the association between the permission and the resource share. The following are the possible values:
-
ATTACHABLE
– This permission or version can be associated with resource shares. -
UNATTACHABLE
– This permission or version can't currently be associated with resource shares. -
DELETING
– This permission or version is in the process of being deleted. -
DELETED
– This permission or version is deleted.
- Parameters:
status
- The current status of the association between the permission and the resource share. The following are the possible values:-
ATTACHABLE
– This permission or version can be associated with resource shares. -
UNATTACHABLE
– This permission or version can't currently be associated with resource shares. -
DELETING
– This permission or version is in the process of being deleted. -
DELETED
– This permission or version is deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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 toSTANDARD
when 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 toSTANDARD
when complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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 toSTANDARD
when 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 toSTANDARD
when complete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lastUpdatedTime
The date and time when the association between the permission and the resource share was last updated.
- Parameters:
lastUpdatedTime
- The date and time when the association between the permission and the resource share was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-