Interface ResourceSharePermissionDetail.Builder

    • Method Detail

      • version

        ResourceSharePermissionDetail.Builder version​(String version)

        The version of the permission described in this response.

        Parameters:
        version - The version of the permission described in this response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultVersion

        ResourceSharePermissionDetail.Builder defaultVersion​(Boolean defaultVersion)

        Specifies whether the version of the permission represented in this response is the default version for this permission.

        Parameters:
        defaultVersion - Specifies whether the version of the permission represented in this response is the default version for this permission.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ResourceSharePermissionDetail.Builder name​(String name)

        The name of this permission.

        Parameters:
        name - The name of this permission.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ResourceSharePermissionDetail.Builder resourceType​(String 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.
      • permission

        ResourceSharePermissionDetail.Builder permission​(String permission)

        The permission's effect and actions in JSON format. The effect indicates whether the specified actions are allowed or denied. The actions list the operations to which the principal is granted or denied access.

        Parameters:
        permission - The permission's effect and actions in JSON format. The effect indicates whether the specified actions are allowed or denied. The actions list the operations to which the principal is granted or denied access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ResourceSharePermissionDetail.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

        ResourceSharePermissionDetail.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

        ResourceSharePermissionDetail.Builder isResourceTypeDefault​(Boolean isResourceTypeDefault)

        Specifies whether the version of the permission represented in this response is the default version for all resources of this resource type.

        Parameters:
        isResourceTypeDefault - Specifies whether the version of the permission represented in this response is the default version for all resources of this resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionType

        ResourceSharePermissionDetail.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

        ResourceSharePermissionDetail.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

        ResourceSharePermissionDetail.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 to STANDARD 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 to STANDARD when complete.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionFeatureSet, PermissionFeatureSet
      • featureSet

        ResourceSharePermissionDetail.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 to STANDARD 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 to STANDARD when complete.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionFeatureSet, PermissionFeatureSet
      • status

        ResourceSharePermissionDetail.Builder status​(String 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.
        See Also:
        PermissionStatus, PermissionStatus
      • status

        ResourceSharePermissionDetail.Builder status​(PermissionStatus 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.
        See Also:
        PermissionStatus, PermissionStatus
      • tags

        ResourceSharePermissionDetail.Builder tags​(Collection<Tag> tags)

        The tag key and value pairs attached to the resource share.

        Parameters:
        tags - The tag key and value pairs attached to the resource share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ResourceSharePermissionDetail.Builder tags​(Tag... tags)

        The tag key and value pairs attached to the resource share.

        Parameters:
        tags - The tag key and value pairs attached to the resource share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ResourceSharePermissionDetail.Builder tags​(Consumer<Tag.Builder>... tags)

        The tag key and value pairs attached to the resource share.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)