public static interface ListedBridge.Builder extends SdkPojo, CopyableBuilder<ListedBridge.Builder,ListedBridge>
| Modifier and Type | Method and Description |
|---|---|
ListedBridge.Builder |
bridgeArn(String bridgeArn)
The ARN of the bridge.
|
ListedBridge.Builder |
bridgeState(BridgeState bridgeState)
Sets the value of the BridgeState property for this object.
|
ListedBridge.Builder |
bridgeState(String bridgeState)
Sets the value of the BridgeState property for this object.
|
ListedBridge.Builder |
bridgeType(String bridgeType)
The type of the bridge.
|
ListedBridge.Builder |
name(String name)
The name of the bridge.
|
ListedBridge.Builder |
placementArn(String placementArn)
The ARN of the gateway associated with the bridge.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedBridge.Builder bridgeArn(String bridgeArn)
bridgeArn - The ARN of the bridge.ListedBridge.Builder bridgeState(String bridgeState)
bridgeState - The new value for the BridgeState property for this object.BridgeState,
BridgeStateListedBridge.Builder bridgeState(BridgeState bridgeState)
bridgeState - The new value for the BridgeState property for this object.BridgeState,
BridgeStateListedBridge.Builder bridgeType(String bridgeType)
bridgeType - The type of the bridge.ListedBridge.Builder name(String name)
name - The name of the bridge.ListedBridge.Builder placementArn(String placementArn)
placementArn - The ARN of the gateway associated with the bridge.Copyright © 2023. All rights reserved.