Interface BrokerInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrokerInstance.Builder,
,BrokerInstance> SdkBuilder<BrokerInstance.Builder,
,BrokerInstance> SdkPojo
- Enclosing class:
BrokerInstance
public static interface BrokerInstance.Builder
extends SdkPojo, CopyableBuilder<BrokerInstance.Builder,BrokerInstance>
-
Method Summary
Modifier and TypeMethodDescriptionconsoleURL
(String consoleURL) The brokers web console URL.The broker's wire-level protocol endpoints.endpoints
(Collection<String> endpoints) The broker's wire-level protocol endpoints.The IP address of the Elastic Network Interface (ENI) attached to the broker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
consoleURL
The brokers web console URL.
- Parameters:
consoleURL
- The brokers web console URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
The broker's wire-level protocol endpoints.
- Parameters:
endpoints
- The broker's wire-level protocol endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
The broker's wire-level protocol endpoints.
- Parameters:
endpoints
- The broker's wire-level protocol endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.
- Parameters:
ipAddress
- The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-