Interface GetAccountResponse.Builder

    • Method Detail

      • cloudwatchRoleArn

        GetAccountResponse.Builder cloudwatchRoleArn​(String cloudwatchRoleArn)

        The ARN of an Amazon CloudWatch role for the current Account.

        Parameters:
        cloudwatchRoleArn - The ARN of an Amazon CloudWatch role for the current Account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • throttleSettings

        GetAccountResponse.Builder throttleSettings​(ThrottleSettings throttleSettings)

        Specifies the API request limits configured for the current Account.

        Parameters:
        throttleSettings - Specifies the API request limits configured for the current Account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • features

        GetAccountResponse.Builder features​(Collection<String> features)

        A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

        Parameters:
        features - A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • features

        GetAccountResponse.Builder features​(String... features)

        A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

        Parameters:
        features - A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiKeyVersion

        GetAccountResponse.Builder apiKeyVersion​(String apiKeyVersion)

        The version of the API keys used for the account.

        Parameters:
        apiKeyVersion - The version of the API keys used for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.