Interface CreateScopeRequest.Builder

    • Method Detail

      • targets

        CreateScopeRequest.Builder targets​(Collection<TargetResource> targets)

        The targets to define the scope to be monitored. Currently, a target is an Amazon Web Services account.

        Parameters:
        targets - The targets to define the scope to be monitored. Currently, a target is an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targets

        CreateScopeRequest.Builder targets​(TargetResource... targets)

        The targets to define the scope to be monitored. Currently, a target is an Amazon Web Services account.

        Parameters:
        targets - The targets to define the scope to be monitored. Currently, a target is an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateScopeRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't reuse the same client token for other API requests.

        Parameters:
        clientToken - A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't reuse the same client token for other API requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateScopeRequest.Builder tags​(Map<String,​String> tags)

        The tags for a scope. You can add a maximum of 200 tags.

        Parameters:
        tags - The tags for a scope. You can add a maximum of 200 tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.