Class ListConfigurationRevisionsRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

        Returns:

        The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

        Returns:

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

      • nextToken

        public final String nextToken()

        The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

        Returns:

        The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object