Interface InsightImpactGraphService.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InsightImpactGraphService.Builder,InsightImpactGraphService>,SdkBuilder<InsightImpactGraphService.Builder,InsightImpactGraphService>,SdkPojo
- Enclosing class:
- InsightImpactGraphService
@Mutable @NotThreadSafe public static interface InsightImpactGraphService.Builder extends SdkPojo, CopyableBuilder<InsightImpactGraphService.Builder,InsightImpactGraphService>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightImpactGraphService.BuilderaccountId(String accountId)Identifier of the Amazon Web Services account in which the service runs.InsightImpactGraphService.Builderedges(Collection<InsightImpactGraphEdge> edges)Connections to downstream services.InsightImpactGraphService.Builderedges(Consumer<InsightImpactGraphEdge.Builder>... edges)Connections to downstream services.InsightImpactGraphService.Builderedges(InsightImpactGraphEdge... edges)Connections to downstream services.InsightImpactGraphService.Buildername(String name)The canonical name of the service.InsightImpactGraphService.Buildernames(String... names)A list of names for the service, including the canonical name.InsightImpactGraphService.Buildernames(Collection<String> names)A list of names for the service, including the canonical name.InsightImpactGraphService.BuilderreferenceId(Integer referenceId)Identifier for the service.InsightImpactGraphService.Buildertype(String type)Identifier for the service.-
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
-
referenceId
InsightImpactGraphService.Builder referenceId(Integer referenceId)
Identifier for the service. Unique within the service map.
- Parameters:
referenceId- Identifier for the service. Unique within the service map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
InsightImpactGraphService.Builder type(String type)
Identifier for the service. Unique within the service map.
-
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
remote - A downstream service of indeterminate type.
- Parameters:
type- Identifier for the service. Unique within the service map.-
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
remote - A downstream service of indeterminate type.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
name
InsightImpactGraphService.Builder name(String name)
The canonical name of the service.
- Parameters:
name- The canonical name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
InsightImpactGraphService.Builder names(Collection<String> names)
A list of names for the service, including the canonical name.
- Parameters:
names- A list of names for the service, including the canonical name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
InsightImpactGraphService.Builder names(String... names)
A list of names for the service, including the canonical name.
- Parameters:
names- A list of names for the service, including the canonical name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
InsightImpactGraphService.Builder accountId(String accountId)
Identifier of the Amazon Web Services account in which the service runs.
- Parameters:
accountId- Identifier of the Amazon Web Services account in which the service runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edges
InsightImpactGraphService.Builder edges(Collection<InsightImpactGraphEdge> edges)
Connections to downstream services.
- Parameters:
edges- Connections to downstream services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edges
InsightImpactGraphService.Builder edges(InsightImpactGraphEdge... edges)
Connections to downstream services.
- Parameters:
edges- Connections to downstream services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edges
InsightImpactGraphService.Builder edges(Consumer<InsightImpactGraphEdge.Builder>... edges)
Connections to downstream services.
This is a convenience method that creates an instance of theInsightImpactGraphEdge.Builderavoiding the need to create one manually viaInsightImpactGraphEdge.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#edges(List.) - Parameters:
edges- a consumer that will call methods onInsightImpactGraphEdge.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#edges(java.util.Collection)
-
-