@Stability(value=Stable) public static final class CfnEntity.StatusProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEntity.StatusProperty>
CfnEntity.StatusProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEntity.StatusProperty |
build()
Builds the configured instance.
|
CfnEntity.StatusProperty.Builder |
error(Object error)
Sets the value of
CfnEntity.StatusProperty.getError() |
CfnEntity.StatusProperty.Builder |
state(String state)
Sets the value of
CfnEntity.StatusProperty.getState() |
@Stability(value=Stable) public CfnEntity.StatusProperty.Builder error(Object error)
CfnEntity.StatusProperty.getError()error - The error message.this@Stability(value=Stable) public CfnEntity.StatusProperty.Builder state(String state)
CfnEntity.StatusProperty.getState()state - The current state of the entity, component, component type, or workspace.
Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERRORthis@Stability(value=Stable) public CfnEntity.StatusProperty build()
build in interface software.amazon.jsii.Builder<CfnEntity.StatusProperty>CfnEntity.StatusPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.