Interface NodeFabricAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>,SdkBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>,SdkPojo
- Enclosing class:
- NodeFabricAttributes
public static interface NodeFabricAttributes.Builder extends SdkPojo, CopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeFabricAttributes.BuilderpeerEndpoint(String peerEndpoint)The endpoint that identifies the peer node for all services except peer channel-based event services.NodeFabricAttributes.BuilderpeerEventEndpoint(String peerEventEndpoint)The endpoint that identifies the peer node for peer channel-based event services.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
peerEndpoint
NodeFabricAttributes.Builder peerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
- Parameters:
peerEndpoint- The endpoint that identifies the peer node for all services except peer channel-based event services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerEventEndpoint
NodeFabricAttributes.Builder peerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
- Parameters:
peerEventEndpoint- The endpoint that identifies the peer node for peer channel-based event services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-