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)
A key-value pair of input for the standard.
|
StandardsSubscription.Builder |
standardsStatus(StandardsStatus standardsStatus)
The status of the standard subscription.
|
StandardsSubscription.Builder |
standardsStatus(String standardsStatus)
The status of the standard subscription.
|
StandardsSubscription.Builder |
standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsSubscription.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)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.StandardsSubscription.Builder standardsStatus(String standardsStatus)
The status of the standard subscription.
The status values are as follows:
PENDING - Standard is in the process of being enabled.
READY - Standard is enabled.
INCOMPLETE - Standard could not be enabled completely. Some controls may not be available.
DELETING - Standard is in the process of being disabled.
FAILED - Standard could not be disabled.
standardsStatus - The status of the standard subscription.
The status values are as follows:
PENDING - Standard is in the process of being enabled.
READY - Standard is enabled.
INCOMPLETE - Standard could not be enabled completely. Some controls may not be
available.
DELETING - Standard is in the process of being disabled.
FAILED - Standard could not be disabled.
StandardsStatus,
StandardsStatusStandardsSubscription.Builder standardsStatus(StandardsStatus standardsStatus)
The status of the standard subscription.
The status values are as follows:
PENDING - Standard is in the process of being enabled.
READY - Standard is enabled.
INCOMPLETE - Standard could not be enabled completely. Some controls may not be available.
DELETING - Standard is in the process of being disabled.
FAILED - Standard could not be disabled.
standardsStatus - The status of the standard subscription.
The status values are as follows:
PENDING - Standard is in the process of being enabled.
READY - Standard is enabled.
INCOMPLETE - Standard could not be enabled completely. Some controls may not be
available.
DELETING - Standard is in the process of being disabled.
FAILED - Standard could not be disabled.
StandardsStatus,
StandardsStatusCopyright © 2021. All rights reserved.