public static interface BrokerInstanceOption.Builder extends SdkPojo, CopyableBuilder<BrokerInstanceOption.Builder,BrokerInstanceOption>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrokerInstanceOption.Builder availabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
availabilityZones - The list of available az.BrokerInstanceOption.Builder availabilityZones(AvailabilityZone... availabilityZones)
The list of available az.
availabilityZones - The list of available az.BrokerInstanceOption.Builder availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones)
The list of available az.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #availabilityZones(List) .availabilityZones - a consumer that will call methods on List.Builder #availabilityZones(List) BrokerInstanceOption.Builder engineType(String engineType)
The broker's engine type.
engineType - The broker's engine type.EngineType,
EngineTypeBrokerInstanceOption.Builder engineType(EngineType engineType)
The broker's engine type.
engineType - The broker's engine type.EngineType,
EngineTypeBrokerInstanceOption.Builder hostInstanceType(String hostInstanceType)
The broker's instance type.
hostInstanceType - The broker's instance type.BrokerInstanceOption.Builder storageType(String storageType)
The broker's storage type.
storageType - The broker's storage type.BrokerStorageType,
BrokerStorageTypeBrokerInstanceOption.Builder storageType(BrokerStorageType storageType)
The broker's storage type.
storageType - The broker's storage type.BrokerStorageType,
BrokerStorageTypeBrokerInstanceOption.Builder supportedDeploymentModesWithStrings(Collection<String> supportedDeploymentModes)
The list of supported deployment modes.
supportedDeploymentModes - The list of supported deployment modes.BrokerInstanceOption.Builder supportedDeploymentModesWithStrings(String... supportedDeploymentModes)
The list of supported deployment modes.
supportedDeploymentModes - The list of supported deployment modes.BrokerInstanceOption.Builder supportedDeploymentModes(Collection<DeploymentMode> supportedDeploymentModes)
The list of supported deployment modes.
supportedDeploymentModes - The list of supported deployment modes.BrokerInstanceOption.Builder supportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
The list of supported deployment modes.
supportedDeploymentModes - The list of supported deployment modes.BrokerInstanceOption.Builder supportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
supportedEngineVersions - The list of supported engine versions.BrokerInstanceOption.Builder supportedEngineVersions(String... supportedEngineVersions)
The list of supported engine versions.
supportedEngineVersions - The list of supported engine versions.Copyright © 2021. All rights reserved.