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.
|
default StandardsSubscription.Builder |
standardsStatusReason(Consumer<StandardsStatusReason.Builder> standardsStatusReason)
The reason for the current status.
|
StandardsSubscription.Builder |
standardsStatusReason(StandardsStatusReason standardsStatusReason)
The reason for the current status.
|
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,
StandardsStatusStandardsSubscription.Builder standardsStatusReason(StandardsStatusReason standardsStatusReason)
The reason for the current status.
standardsStatusReason - The reason for the current status.default StandardsSubscription.Builder standardsStatusReason(Consumer<StandardsStatusReason.Builder> standardsStatusReason)
The reason for the current status.
This is a convenience method that creates an instance of theStandardsStatusReason.Builder avoiding
the need to create one manually via StandardsStatusReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to standardsStatusReason(StandardsStatusReason).
standardsStatusReason - a consumer that will call methods on StandardsStatusReason.BuilderstandardsStatusReason(StandardsStatusReason)Copyright © 2023. All rights reserved.