Interface DisassociateS3ResourcesRequest.Builder

    • Method Detail

      • memberAccountId

        DisassociateS3ResourcesRequest.Builder memberAccountId​(String memberAccountId)

        (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.

        Parameters:
        memberAccountId - (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedS3Resources

        DisassociateS3ResourcesRequest.Builder associatedS3Resources​(Collection<S3Resource> associatedS3Resources)

        (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

        Parameters:
        associatedS3Resources - (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedS3Resources

        DisassociateS3ResourcesRequest.Builder associatedS3Resources​(S3Resource... associatedS3Resources)

        (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

        Parameters:
        associatedS3Resources - (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedS3Resources

        DisassociateS3ResourcesRequest.Builder associatedS3Resources​(Consumer<S3Resource.Builder>... associatedS3Resources)

        (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

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

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

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