Interface GetGraphSummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGraphSummaryRequest.Builder,GetGraphSummaryRequest>,NeptuneGraphRequest.Builder,SdkBuilder<GetGraphSummaryRequest.Builder,GetGraphSummaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGraphSummaryRequest
public static interface GetGraphSummaryRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<GetGraphSummaryRequest.Builder,GetGraphSummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGraphSummaryRequest.BuildergraphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.GetGraphSummaryRequest.Buildermode(String mode)The summary mode can take one of two values:basic(the default), anddetailed.GetGraphSummaryRequest.Buildermode(GraphSummaryMode mode)The summary mode can take one of two values:basic(the default), anddetailed.GetGraphSummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGraphSummaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
graphIdentifier
GetGraphSummaryRequest.Builder graphIdentifier(String graphIdentifier)
The unique identifier of the Neptune Analytics graph.
- Parameters:
graphIdentifier- The unique identifier of the Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
GetGraphSummaryRequest.Builder mode(String mode)
The summary mode can take one of two values:
basic(the default), anddetailed.- Parameters:
mode- The summary mode can take one of two values:basic(the default), anddetailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GraphSummaryMode,GraphSummaryMode
-
mode
GetGraphSummaryRequest.Builder mode(GraphSummaryMode mode)
The summary mode can take one of two values:
basic(the default), anddetailed.- Parameters:
mode- The summary mode can take one of two values:basic(the default), anddetailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GraphSummaryMode,GraphSummaryMode
-
overrideConfiguration
GetGraphSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGraphSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-