| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.availabilityZones(AvailabilityZone... availabilityZones)
The list of available az.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.availabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones)
The list of available az.
|
static BrokerInstanceOption.Builder |
BrokerInstanceOption.builder() |
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.engineType(EngineType engineType)
The broker's engine type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.engineType(String engineType)
The broker's engine type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.hostInstanceType(String hostInstanceType)
The broker's instance type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.storageType(BrokerStorageType storageType)
The broker's storage type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.storageType(String storageType)
The broker's storage type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModes(Collection<DeploymentMode> supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModesWithStrings(Collection<String> supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModesWithStrings(String... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedEngineVersions(String... supportedEngineVersions)
The list of supported engine versions.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BrokerInstanceOption.Builder> |
BrokerInstanceOption.serializableBuilderClass() |
Copyright © 2023. All rights reserved.