Interface ManagePropertygraphStatisticsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ManagePropertygraphStatisticsRequest.Builder,ManagePropertygraphStatisticsRequest>,NeptunedataRequest.Builder,SdkBuilder<ManagePropertygraphStatisticsRequest.Builder,ManagePropertygraphStatisticsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ManagePropertygraphStatisticsRequest
public static interface ManagePropertygraphStatisticsRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ManagePropertygraphStatisticsRequest.Builder,ManagePropertygraphStatisticsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagePropertygraphStatisticsRequest.Buildermode(String mode)The statistics generation mode.ManagePropertygraphStatisticsRequest.Buildermode(StatisticsAutoGenerationMode mode)The statistics generation mode.ManagePropertygraphStatisticsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ManagePropertygraphStatisticsRequest.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.neptunedata.model.NeptunedataRequest.Builder
build
-
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
-
mode
ManagePropertygraphStatisticsRequest.Builder mode(String mode)
The statistics generation mode. One of:
DISABLE_AUTOCOMPUTE,ENABLE_AUTOCOMPUTE, orREFRESH, the last of which manually triggers DFE statistics generation.- Parameters:
mode- The statistics generation mode. One of:DISABLE_AUTOCOMPUTE,ENABLE_AUTOCOMPUTE, orREFRESH, the last of which manually triggers DFE statistics generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatisticsAutoGenerationMode,StatisticsAutoGenerationMode
-
mode
ManagePropertygraphStatisticsRequest.Builder mode(StatisticsAutoGenerationMode mode)
The statistics generation mode. One of:
DISABLE_AUTOCOMPUTE,ENABLE_AUTOCOMPUTE, orREFRESH, the last of which manually triggers DFE statistics generation.- Parameters:
mode- The statistics generation mode. One of:DISABLE_AUTOCOMPUTE,ENABLE_AUTOCOMPUTE, orREFRESH, the last of which manually triggers DFE statistics generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatisticsAutoGenerationMode,StatisticsAutoGenerationMode
-
overrideConfiguration
ManagePropertygraphStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ManagePropertygraphStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-