Interface EdgeStructure.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EdgeStructure.Builder,,- EdgeStructure> - SdkBuilder<EdgeStructure.Builder,,- EdgeStructure> - SdkPojo
- Enclosing class:
- EdgeStructure
@Mutable
@NotThreadSafe
public static interface EdgeStructure.Builder
extends SdkPojo, CopyableBuilder<EdgeStructure.Builder,EdgeStructure> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of edges that have this specific structure.edgeProperties(String... edgeProperties) A list of edge properties present in this specific structure.edgeProperties(Collection<String> edgeProperties) A list of edge properties present in this specific structure.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- 
countThe number of edges that have this specific structure. - Parameters:
- count- The number of edges that have this specific structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
edgePropertiesA list of edge properties present in this specific structure. - Parameters:
- edgeProperties- A list of edge properties present in this specific structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
edgePropertiesA list of edge properties present in this specific structure. - Parameters:
- edgeProperties- A list of edge properties present in this specific structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-