Interface StandardsSubscriptionRequest.Builder

  • Method Details

    • standardsArn

      StandardsSubscriptionRequest.Builder standardsArn(String standardsArn)

      The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.

      Parameters:
      standardsArn - The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • standardsInput

      StandardsSubscriptionRequest.Builder standardsInput(Map<String,String> standardsInput)

      A key-value pair of input for the standard.

      Parameters:
      standardsInput - A key-value pair of input for the standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.