public static interface CreateConfigurationRequest.Builder extends MqRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationRequest.Builder,CreateConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationRequest.Builder |
authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateConfigurationRequest.Builder |
authenticationStrategy(String authenticationStrategy)
Optional.
|
CreateConfigurationRequest.Builder |
engineType(EngineType engineType)
Required.
|
CreateConfigurationRequest.Builder |
engineType(String engineType)
Required.
|
CreateConfigurationRequest.Builder |
engineVersion(String engineVersion)
Required.
|
CreateConfigurationRequest.Builder |
name(String name)
Required.
|
CreateConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConfigurationRequest.Builder |
tags(Map<String,String> tags)
Create tags when creating the configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationRequest.Builder authenticationStrategy(String authenticationStrategy)
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
authenticationStrategy - Optional. The authentication strategy associated with the configuration. The default is SIMPLE.AuthenticationStrategy,
AuthenticationStrategyCreateConfigurationRequest.Builder authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
authenticationStrategy - Optional. The authentication strategy associated with the configuration. The default is SIMPLE.AuthenticationStrategy,
AuthenticationStrategyCreateConfigurationRequest.Builder engineType(String engineType)
Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
engineType - Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.EngineType,
EngineTypeCreateConfigurationRequest.Builder engineType(EngineType engineType)
Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
engineType - Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.EngineType,
EngineTypeCreateConfigurationRequest.Builder engineVersion(String engineVersion)
Required. The broker engine's version. For a list of supported engine versions, see Supported engines.
engineVersion - Required. The broker engine's version. For a list of supported engine versions, see Supported
engines.CreateConfigurationRequest.Builder name(String 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.
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)
Create tags when creating the configuration.
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 © 2022. All rights reserved.