public static interface CreateConfigurationResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationResponse.Builder |
arn(String arn)
Required.
|
CreateConfigurationResponse.Builder |
authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateConfigurationResponse.Builder |
authenticationStrategy(String authenticationStrategy)
Optional.
|
CreateConfigurationResponse.Builder |
created(Instant created)
Required.
|
CreateConfigurationResponse.Builder |
id(String id)
Required.
|
CreateConfigurationResponse.Builder |
latestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
|
default CreateConfigurationResponse.Builder |
latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
The latest revision of the configuration.
|
CreateConfigurationResponse.Builder |
name(String name)
Required.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationResponse.Builder arn(String arn)
Required. The Amazon Resource Name (ARN) of the configuration.
arn - Required. The Amazon Resource Name (ARN) of the configuration.CreateConfigurationResponse.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,
AuthenticationStrategyCreateConfigurationResponse.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,
AuthenticationStrategyCreateConfigurationResponse.Builder created(Instant created)
Required. The date and time of the configuration.
created - Required. The date and time of the configuration.CreateConfigurationResponse.Builder id(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id - Required. The unique ID that Amazon MQ generates for the configuration.CreateConfigurationResponse.Builder latestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
latestRevision - The latest revision of the configuration.default CreateConfigurationResponse.Builder latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
The latest revision of the configuration.
This is a convenience method that creates an instance of theConfigurationRevision.Builder avoiding
the need to create one manually via ConfigurationRevision.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to latestRevision(ConfigurationRevision).
latestRevision - a consumer that will call methods on ConfigurationRevision.BuilderlatestRevision(ConfigurationRevision)CreateConfigurationResponse.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.Copyright © 2022. All rights reserved.