public static interface BrokerInstance.Builder extends SdkPojo, CopyableBuilder<BrokerInstance.Builder,BrokerInstance>
| Modifier and Type | Method and Description |
|---|---|
BrokerInstance.Builder |
consoleURL(String consoleURL)
The URL of the broker's ActiveMQ Web Console.
|
BrokerInstance.Builder |
endpoints(Collection<String> endpoints)
The broker's wire-level protocol endpoints.
|
BrokerInstance.Builder |
endpoints(String... endpoints)
The broker's wire-level protocol endpoints.
|
BrokerInstance.Builder |
ipAddress(String ipAddress)
The IP address of the Elastic Network Interface (ENI) attached to the broker.
|
copyapplyMutation, buildBrokerInstance.Builder consoleURL(String consoleURL)
consoleURL - The URL of the broker's ActiveMQ Web Console.BrokerInstance.Builder endpoints(Collection<String> endpoints)
endpoints - The broker's wire-level protocol endpoints.BrokerInstance.Builder endpoints(String... endpoints)
endpoints - The broker's wire-level protocol endpoints.BrokerInstance.Builder ipAddress(String ipAddress)
ipAddress - The IP address of the Elastic Network Interface (ENI) attached to the broker.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.