Interface StartIngestionRequest.Builder
-
- All Superinterfaces:
AppFabricRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartIngestionRequest.Builder,StartIngestionRequest>,SdkBuilder<StartIngestionRequest.Builder,StartIngestionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartIngestionRequest
public static interface StartIngestionRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<StartIngestionRequest.Builder,StartIngestionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartIngestionRequest.BuilderappBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.StartIngestionRequest.BuilderingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.StartIngestionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartIngestionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ingestionIdentifier
StartIngestionRequest.Builder ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
- Parameters:
ingestionIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBundleIdentifier
StartIngestionRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
- Parameters:
appBundleIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-