Interface CreateIngestionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIngestionRequest.Builder,CreateIngestionRequest>
,QuickSightRequest.Builder
,SdkBuilder<CreateIngestionRequest.Builder,CreateIngestionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateIngestionRequest
public static interface CreateIngestionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateIngestionRequest.Builder,CreateIngestionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIngestionRequest.Builder
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.CreateIngestionRequest.Builder
dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.CreateIngestionRequest.Builder
ingestionId(String ingestionId)
An ID for the ingestion.CreateIngestionRequest.Builder
ingestionType(String ingestionType)
The type of ingestion that you want to create.CreateIngestionRequest.Builder
ingestionType(IngestionType ingestionType)
The type of ingestion that you want to create.CreateIngestionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateIngestionRequest.Builder
overrideConfiguration(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.quicksight.model.QuickSightRequest.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
-
dataSetId
CreateIngestionRequest.Builder dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
- Parameters:
dataSetId
- The ID of the dataset used in the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionId
CreateIngestionRequest.Builder ingestionId(String ingestionId)
An ID for the ingestion.
- Parameters:
ingestionId
- An ID for the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
CreateIngestionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
- Parameters:
awsAccountId
- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionType
CreateIngestionRequest.Builder ingestionType(String ingestionType)
The type of ingestion that you want to create.
- Parameters:
ingestionType
- The type of ingestion that you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionType
,IngestionType
-
ingestionType
CreateIngestionRequest.Builder ingestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
- Parameters:
ingestionType
- The type of ingestion that you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionType
,IngestionType
-
overrideConfiguration
CreateIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-