public static interface StandardsSubscription.Builder extends SdkPojo, CopyableBuilder<StandardsSubscription.Builder,StandardsSubscription>
Modifier and Type | Method and Description |
---|---|
StandardsSubscription.Builder |
standardsArn(String standardsArn)
The ARN of a standard.
|
StandardsSubscription.Builder |
standardsInput(Map<String,String> standardsInput)
|
StandardsSubscription.Builder |
standardsStatus(StandardsStatus standardsStatus)
The standard's status.
|
StandardsSubscription.Builder |
standardsStatus(String standardsStatus)
The standard's status.
|
StandardsSubscription.Builder |
standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
copy
applyMutation, build
StandardsSubscription.Builder standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn
- The ARN of a resource that represents your subscription to a supported standard.StandardsSubscription.Builder standardsArn(String standardsArn)
The ARN of a standard.
standardsArn
- The ARN of a standard.StandardsSubscription.Builder standardsInput(Map<String,String> standardsInput)
standardsInput
- StandardsSubscription.Builder standardsStatus(String standardsStatus)
The standard's status.
standardsStatus
- The standard's status.StandardsStatus
,
StandardsStatus
StandardsSubscription.Builder standardsStatus(StandardsStatus standardsStatus)
The standard's status.
standardsStatus
- The standard's status.StandardsStatus
,
StandardsStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.