public static interface InsightImpactGraphService.Builder extends SdkPojo, CopyableBuilder<InsightImpactGraphService.Builder,InsightImpactGraphService>
| Modifier and Type | Method and Description |
|---|---|
InsightImpactGraphService.Builder |
accountId(String accountId)
Identifier of the Amazon Web Services account in which the service runs.
|
InsightImpactGraphService.Builder |
edges(Collection<InsightImpactGraphEdge> edges)
Connections to downstream services.
|
InsightImpactGraphService.Builder |
edges(Consumer<InsightImpactGraphEdge.Builder>... edges)
Connections to downstream services.
|
InsightImpactGraphService.Builder |
edges(InsightImpactGraphEdge... edges)
Connections to downstream services.
|
InsightImpactGraphService.Builder |
name(String name)
The canonical name of the service.
|
InsightImpactGraphService.Builder |
names(Collection<String> names)
A list of names for the service, including the canonical name.
|
InsightImpactGraphService.Builder |
names(String... names)
A list of names for the service, including the canonical name.
|
InsightImpactGraphService.Builder |
referenceId(Integer referenceId)
Identifier for the service.
|
InsightImpactGraphService.Builder |
type(String type)
Identifier for the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightImpactGraphService.Builder referenceId(Integer referenceId)
Identifier for the service. Unique within the service map.
referenceId - Identifier for the service. Unique within the service map.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.
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.
InsightImpactGraphService.Builder name(String name)
The canonical name of the service.
name - The canonical name of the service.InsightImpactGraphService.Builder names(Collection<String> names)
A list of names for the service, including the canonical name.
names - A list of names for the service, including the canonical name.InsightImpactGraphService.Builder names(String... names)
A list of names for the service, including the canonical name.
names - A list of names for the service, including the canonical name.InsightImpactGraphService.Builder accountId(String accountId)
Identifier of the Amazon Web Services account in which the service runs.
accountId - Identifier of the Amazon Web Services account in which the service runs.InsightImpactGraphService.Builder edges(Collection<InsightImpactGraphEdge> edges)
Connections to downstream services.
edges - Connections to downstream services.InsightImpactGraphService.Builder edges(InsightImpactGraphEdge... edges)
Connections to downstream services.
edges - Connections to downstream services.InsightImpactGraphService.Builder edges(Consumer<InsightImpactGraphEdge.Builder>... edges)
Connections to downstream services.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #edges(List) .edges - a consumer that will call methods on List.Builder #edges(List) Copyright © 2022. All rights reserved.