Interface StandardsSubscriptionRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StandardsSubscriptionRequest.Builder,StandardsSubscriptionRequest>, SdkBuilder<StandardsSubscriptionRequest.Builder,StandardsSubscriptionRequest>, SdkPojo
Enclosing class:
StandardsSubscriptionRequest

public static interface StandardsSubscriptionRequest.Builder extends SdkPojo, CopyableBuilder<StandardsSubscriptionRequest.Builder,StandardsSubscriptionRequest>
  • 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.