public static interface StandardsSubscriptionRequest.Builder extends SdkPojo, CopyableBuilder<StandardsSubscriptionRequest.Builder,StandardsSubscriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscriptionRequest.Builder |
standardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
StandardsSubscriptionRequest.Builder |
standardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsSubscriptionRequest.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.
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.StandardsSubscriptionRequest.Builder standardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.Copyright © 2023. All rights reserved.