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 Summary
Modifier and TypeMethodDescriptionstandardsArn(String standardsArn) The ARN of the standard that you want to enable.standardsInput(Map<String, String> standardsInput) A key-value pair of input for the standard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
standardsArn
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the
DescribeStandardsoperation.- Parameters:
 standardsArn- The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use theDescribeStandardsoperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 
 -