public static interface CreateConfigurationRequest.Builder extends MqRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationRequest.Builder,CreateConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationRequest.Builder authenticationStrategy(String authenticationStrategy)
authenticationStrategy - The authentication strategy associated with the configuration.AuthenticationStrategy,
AuthenticationStrategyCreateConfigurationRequest.Builder authenticationStrategy(AuthenticationStrategy authenticationStrategy)
authenticationStrategy - The authentication strategy associated with the configuration.AuthenticationStrategy,
AuthenticationStrategyCreateConfigurationRequest.Builder engineType(String engineType)
engineType - Required. The type of broker engine. Note: Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.EngineType,
EngineTypeCreateConfigurationRequest.Builder engineType(EngineType engineType)
engineType - Required. The type of broker engine. Note: Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.EngineType,
EngineTypeCreateConfigurationRequest.Builder engineVersion(String engineVersion)
engineVersion - Required. The version of the broker engine. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlCreateConfigurationRequest.Builder name(String name)
name - Required. The name of the configuration. This value can contain only alphanumeric characters, dashes,
periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.CreateConfigurationRequest.Builder tags(Map<String,String> tags)
tags - Create tags when creating the configuration.CreateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.