Interface ListS3ResourcesResponse.Builder

    • Method Detail

      • s3Resources

        ListS3ResourcesResponse.Builder s3Resources​(Collection<S3ResourceClassification> s3Resources)

        (Discontinued) A list of the associated S3 resources returned by the action.

        Parameters:
        s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Resources

        ListS3ResourcesResponse.Builder s3Resources​(S3ResourceClassification... s3Resources)

        (Discontinued) A list of the associated S3 resources returned by the action.

        Parameters:
        s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListS3ResourcesResponse.Builder nextToken​(String nextToken)

        (Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

        Parameters:
        nextToken - (Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.