Interface VirtualNodeData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VirtualNodeData.Builder,,- VirtualNodeData> - SdkBuilder<VirtualNodeData.Builder,,- VirtualNodeData> - SdkPojo
- Enclosing class:
- VirtualNodeData
@Mutable
@NotThreadSafe
public static interface VirtualNodeData.Builder
extends SdkPojo, CopyableBuilder<VirtualNodeData.Builder,VirtualNodeData> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the service mesh that the virtual node resides in.default VirtualNodeData.Buildermetadata(Consumer<ResourceMetadata.Builder> metadata) The associated metadata for the virtual node.metadata(ResourceMetadata metadata) The associated metadata for the virtual node.default VirtualNodeData.Builderspec(Consumer<VirtualNodeSpec.Builder> spec) The specifications of the virtual node.spec(VirtualNodeSpec spec) The specifications of the virtual node.default VirtualNodeData.Builderstatus(Consumer<VirtualNodeStatus.Builder> status) The current status for the virtual node.status(VirtualNodeStatus status) The current status for the virtual node.virtualNodeName(String virtualNodeName) The name of the virtual node.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
meshNameThe name of the service mesh that the virtual node resides in. - Parameters:
- meshName- The name of the service mesh that the virtual node resides in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataThe associated metadata for the virtual node. - Parameters:
- metadata- The associated metadata for the virtual node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataThe associated metadata for the virtual node. This is a convenience method that creates an instance of theResourceMetadata.Builderavoiding the need to create one manually viaResourceMetadata.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(ResourceMetadata).- Parameters:
- metadata- a consumer that will call methods on- ResourceMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
specThe specifications of the virtual node. - Parameters:
- spec- The specifications of the virtual node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
specThe specifications of the virtual node. This is a convenience method that creates an instance of theVirtualNodeSpec.Builderavoiding the need to create one manually viaVirtualNodeSpec.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospec(VirtualNodeSpec).- Parameters:
- spec- a consumer that will call methods on- VirtualNodeSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status for the virtual node. - Parameters:
- status- The current status for the virtual node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status for the virtual node. This is a convenience method that creates an instance of theVirtualNodeStatus.Builderavoiding the need to create one manually viaVirtualNodeStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(VirtualNodeStatus).- Parameters:
- status- a consumer that will call methods on- VirtualNodeStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
virtualNodeNameThe name of the virtual node. - Parameters:
- virtualNodeName- The name of the virtual node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-