public static interface CfnEntity.StatusProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iottwinmaker.*; Object error; StatusProperty statusProperty = StatusProperty.builder() .error(error) .state("state") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEntity.StatusProperty.Builder
A builder for
CfnEntity.StatusProperty |
static class |
CfnEntity.StatusProperty.Jsii$Proxy
An implementation for
CfnEntity.StatusProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEntity.StatusProperty.Builder |
builder() |
default java.lang.Object |
getError()
The error message.
|
default java.lang.String |
getState()
The current state of the entity, component, component type, or workspace.
|
default java.lang.Object getError()
default java.lang.String getState()
Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERROR
static CfnEntity.StatusProperty.Builder builder()
CfnEntity.StatusProperty.Builder
of CfnEntity.StatusProperty