public static interface UpdateBrokerResponse.Builder extends MQResponse.Builder, CopyableBuilder<UpdateBrokerResponse.Builder,UpdateBrokerResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerResponse.Builder |
brokerId(String brokerId)
Required.
|
UpdateBrokerResponse.Builder |
configuration(ConfigurationId configuration)
The ID of the updated configuration.
|
default UpdateBrokerResponse.Builder |
configuration(Consumer<ConfigurationId.Builder> configuration)
The ID of the updated configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateBrokerResponse.Builder brokerId(String brokerId)
brokerId - Required. The unique ID that Amazon MQ generates for the broker.UpdateBrokerResponse.Builder configuration(ConfigurationId configuration)
configuration - The ID of the updated configuration.default UpdateBrokerResponse.Builder configuration(Consumer<ConfigurationId.Builder> configuration)
ConfigurationId.Builder avoiding the need to create one manually via
ConfigurationId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(ConfigurationId).configuration - a consumer that will call methods on ConfigurationId.Builderconfiguration(ConfigurationId)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.