public static interface UpdateBrokerResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<UpdateBrokerResponse.Builder,UpdateBrokerResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerResponse.Builder |
authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerResponse.Builder |
authenticationStrategy(String authenticationStrategy)
Optional.
|
UpdateBrokerResponse.Builder |
autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as
new versions are released and supported by Amazon MQ.
|
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.
|
default UpdateBrokerResponse.Builder |
dataReplicationMetadata(Consumer<DataReplicationMetadataOutput.Builder> dataReplicationMetadata)
The replication details of the data replication-enabled broker.
|
UpdateBrokerResponse.Builder |
dataReplicationMetadata(DataReplicationMetadataOutput dataReplicationMetadata)
The replication details of the data replication-enabled broker.
|
UpdateBrokerResponse.Builder |
dataReplicationMode(DataReplicationMode dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
|
UpdateBrokerResponse.Builder |
dataReplicationMode(String dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
|
UpdateBrokerResponse.Builder |
engineVersion(String engineVersion)
The broker engine version to upgrade to.
|
UpdateBrokerResponse.Builder |
hostInstanceType(String hostInstanceType)
The broker's host instance type to upgrade to.
|
default UpdateBrokerResponse.Builder |
ldapServerMetadata(Consumer<LdapServerMetadataOutput.Builder> ldapServerMetadata)
Optional.
|
UpdateBrokerResponse.Builder |
ldapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)
Optional.
|
default UpdateBrokerResponse.Builder |
logs(Consumer<Logs.Builder> logs)
The list of information about logs to be enabled for the specified broker.
|
UpdateBrokerResponse.Builder |
logs(Logs logs)
The list of information about logs to be enabled for the specified broker.
|
default UpdateBrokerResponse.Builder |
maintenanceWindowStartTime(Consumer<WeeklyStartTime.Builder> maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
|
UpdateBrokerResponse.Builder |
maintenanceWindowStartTime(WeeklyStartTime maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
|
default UpdateBrokerResponse.Builder |
pendingDataReplicationMetadata(Consumer<DataReplicationMetadataOutput.Builder> pendingDataReplicationMetadata)
The pending replication details of the data replication-enabled broker.
|
UpdateBrokerResponse.Builder |
pendingDataReplicationMetadata(DataReplicationMetadataOutput pendingDataReplicationMetadata)
The pending replication details of the data replication-enabled broker.
|
UpdateBrokerResponse.Builder |
pendingDataReplicationMode(DataReplicationMode pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
|
UpdateBrokerResponse.Builder |
pendingDataReplicationMode(String pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
|
UpdateBrokerResponse.Builder |
securityGroups(Collection<String> securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
UpdateBrokerResponse.Builder |
securityGroups(String... securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBrokerResponse.Builder authenticationStrategy(String authenticationStrategy)
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
authenticationStrategy - Optional. The authentication strategy used to secure the broker. The default is SIMPLE.AuthenticationStrategy,
AuthenticationStrategyUpdateBrokerResponse.Builder authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
authenticationStrategy - Optional. The authentication strategy used to secure the broker. The default is SIMPLE.AuthenticationStrategy,
AuthenticationStrategyUpdateBrokerResponse.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as new versions are released and supported by Amazon MQ.
autoMinorVersionUpgrade - The new boolean value that specifies whether broker engines automatically upgrade to new minor
versions as new versions are released and supported by Amazon MQ.UpdateBrokerResponse.Builder brokerId(String brokerId)
Required. The unique ID that Amazon MQ generates for the broker.
brokerId - Required. The unique ID that Amazon MQ generates for the broker.UpdateBrokerResponse.Builder configuration(ConfigurationId configuration)
The ID of the updated configuration.
configuration - The ID of the updated configuration.default UpdateBrokerResponse.Builder configuration(Consumer<ConfigurationId.Builder> configuration)
The ID of the updated configuration.
This is a convenience method that creates an instance of theConfigurationId.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)UpdateBrokerResponse.Builder engineVersion(String engineVersion)
The broker engine version to upgrade to. For a list of supported engine versions, see Supported engines.
engineVersion - The broker engine version to upgrade to. For a list of supported engine versions, see Supported
engines.UpdateBrokerResponse.Builder hostInstanceType(String hostInstanceType)
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
hostInstanceType - The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.UpdateBrokerResponse.Builder ldapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
ldapServerMetadata - Optional. The metadata of the LDAP server used to authenticate and authorize connections to the
broker. Does not apply to RabbitMQ brokers.default UpdateBrokerResponse.Builder ldapServerMetadata(Consumer<LdapServerMetadataOutput.Builder> ldapServerMetadata)
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
This is a convenience method that creates an instance of theLdapServerMetadataOutput.Builder
avoiding the need to create one manually via LdapServerMetadataOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ldapServerMetadata(LdapServerMetadataOutput).
ldapServerMetadata - a consumer that will call methods on LdapServerMetadataOutput.BuilderldapServerMetadata(LdapServerMetadataOutput)UpdateBrokerResponse.Builder logs(Logs logs)
The list of information about logs to be enabled for the specified broker.
logs - The list of information about logs to be enabled for the specified broker.default UpdateBrokerResponse.Builder logs(Consumer<Logs.Builder> logs)
The list of information about logs to be enabled for the specified broker.
This is a convenience method that creates an instance of theLogs.Builder avoiding the need to create
one manually via Logs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to logs(Logs).
logs - a consumer that will call methods on Logs.Builderlogs(Logs)UpdateBrokerResponse.Builder maintenanceWindowStartTime(WeeklyStartTime maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
maintenanceWindowStartTime - The parameters that determine the WeeklyStartTime.default UpdateBrokerResponse.Builder maintenanceWindowStartTime(Consumer<WeeklyStartTime.Builder> maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
This is a convenience method that creates an instance of theWeeklyStartTime.Builder avoiding the
need to create one manually via WeeklyStartTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to maintenanceWindowStartTime(WeeklyStartTime).
maintenanceWindowStartTime - a consumer that will call methods on WeeklyStartTime.BuildermaintenanceWindowStartTime(WeeklyStartTime)UpdateBrokerResponse.Builder securityGroups(Collection<String> securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
securityGroups - The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.UpdateBrokerResponse.Builder securityGroups(String... securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
securityGroups - The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.UpdateBrokerResponse.Builder dataReplicationMetadata(DataReplicationMetadataOutput dataReplicationMetadata)
The replication details of the data replication-enabled broker. Only returned if dataReplicationMode is set to CRDR.
dataReplicationMetadata - The replication details of the data replication-enabled broker. Only returned if dataReplicationMode
is set to CRDR.default UpdateBrokerResponse.Builder dataReplicationMetadata(Consumer<DataReplicationMetadataOutput.Builder> dataReplicationMetadata)
The replication details of the data replication-enabled broker. Only returned if dataReplicationMode is set to CRDR.
This is a convenience method that creates an instance of theDataReplicationMetadataOutput.Builder
avoiding the need to create one manually via DataReplicationMetadataOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataReplicationMetadata(DataReplicationMetadataOutput).
dataReplicationMetadata - a consumer that will call methods on DataReplicationMetadataOutput.BuilderdataReplicationMetadata(DataReplicationMetadataOutput)UpdateBrokerResponse.Builder dataReplicationMode(String dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
dataReplicationMode - Describes whether this broker is a part of a data replication pair.DataReplicationMode,
DataReplicationModeUpdateBrokerResponse.Builder dataReplicationMode(DataReplicationMode dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
dataReplicationMode - Describes whether this broker is a part of a data replication pair.DataReplicationMode,
DataReplicationModeUpdateBrokerResponse.Builder pendingDataReplicationMetadata(DataReplicationMetadataOutput pendingDataReplicationMetadata)
The pending replication details of the data replication-enabled broker. Only returned if pendingDataReplicationMode is set to CRDR.
pendingDataReplicationMetadata - The pending replication details of the data replication-enabled broker. Only returned if
pendingDataReplicationMode is set to CRDR.default UpdateBrokerResponse.Builder pendingDataReplicationMetadata(Consumer<DataReplicationMetadataOutput.Builder> pendingDataReplicationMetadata)
The pending replication details of the data replication-enabled broker. Only returned if pendingDataReplicationMode is set to CRDR.
This is a convenience method that creates an instance of theDataReplicationMetadataOutput.Builder
avoiding the need to create one manually via DataReplicationMetadataOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
pendingDataReplicationMetadata(DataReplicationMetadataOutput).
pendingDataReplicationMetadata - a consumer that will call methods on DataReplicationMetadataOutput.BuilderpendingDataReplicationMetadata(DataReplicationMetadataOutput)UpdateBrokerResponse.Builder pendingDataReplicationMode(String pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
pendingDataReplicationMode - Describes whether this broker will be a part of a data replication pair after reboot.DataReplicationMode,
DataReplicationModeUpdateBrokerResponse.Builder pendingDataReplicationMode(DataReplicationMode pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
pendingDataReplicationMode - Describes whether this broker will be a part of a data replication pair after reboot.DataReplicationMode,
DataReplicationModeCopyright © 2023. All rights reserved.