public static interface CfnBroker.ConfigurationIdProperty
Does not apply to RabbitMQ brokers.
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.amazonmq.*; ConfigurationIdProperty configurationIdProperty = ConfigurationIdProperty.builder() .id("id") .revision(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBroker.ConfigurationIdProperty.Builder
A builder for
CfnBroker.ConfigurationIdProperty |
static class |
CfnBroker.ConfigurationIdProperty.Jsii$Proxy
An implementation for
CfnBroker.ConfigurationIdProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBroker.ConfigurationIdProperty.Builder |
builder() |
java.lang.String |
getId()
The unique ID that Amazon MQ generates for the configuration.
|
java.lang.Number |
getRevision()
The revision number of the configuration.
|
java.lang.String getId()
java.lang.Number getRevision()
static CfnBroker.ConfigurationIdProperty.Builder builder()