Interface ListedBridge.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedBridge.Builder,ListedBridge>,SdkBuilder<ListedBridge.Builder,ListedBridge>,SdkPojo
- Enclosing class:
- ListedBridge
public static interface ListedBridge.Builder extends SdkPojo, CopyableBuilder<ListedBridge.Builder,ListedBridge>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedBridge.BuilderbridgeArn(String bridgeArn)The ARN of the bridge.ListedBridge.BuilderbridgeState(String bridgeState)Sets the value of the BridgeState property for this object.ListedBridge.BuilderbridgeState(BridgeState bridgeState)Sets the value of the BridgeState property for this object.ListedBridge.BuilderbridgeType(String bridgeType)The type of the bridge.ListedBridge.Buildername(String name)The name of the bridge.ListedBridge.BuilderplacementArn(String placementArn)The ARN of the gateway associated with the bridge.-
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 Detail
-
bridgeArn
ListedBridge.Builder bridgeArn(String bridgeArn)
The ARN of the bridge.- Parameters:
bridgeArn- The ARN of the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bridgeState
ListedBridge.Builder bridgeState(String bridgeState)
Sets the value of the BridgeState property for this object.- Parameters:
bridgeState- The new value for the BridgeState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BridgeState,BridgeState
-
bridgeState
ListedBridge.Builder bridgeState(BridgeState bridgeState)
Sets the value of the BridgeState property for this object.- Parameters:
bridgeState- The new value for the BridgeState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BridgeState,BridgeState
-
bridgeType
ListedBridge.Builder bridgeType(String bridgeType)
The type of the bridge.- Parameters:
bridgeType- The type of the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListedBridge.Builder name(String name)
The name of the bridge.- Parameters:
name- The name of the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
placementArn
ListedBridge.Builder placementArn(String placementArn)
The ARN of the gateway associated with the bridge.- Parameters:
placementArn- The ARN of the gateway associated with the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-