Interface CreateDataViewRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataViewRequest.Builder,,CreateDataViewRequest> FinspaceDataRequest.Builder,SdkBuilder<CreateDataViewRequest.Builder,,CreateDataViewRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDataViewRequest
- 
Method Summary
Modifier and TypeMethodDescriptionasOfTimestamp(Long asOfTimestamp) Beginning time to use for the Dataview.autoUpdate(Boolean autoUpdate) Flag to indicate Dataview should be updated automatically.clientToken(String clientToken) A token that ensures idempotency.The unique Dataset identifier that is used to create a Dataview.default CreateDataViewRequest.BuilderdestinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams) Options that define the destination type for the Dataview.destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams) Options that define the destination type for the Dataview.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.partitionColumns(String... partitionColumns) Ordered set of column names used to partition data.partitionColumns(Collection<String> partitionColumns) Ordered set of column names used to partition data.sortColumns(String... sortColumns) Columns to be used for sorting the data.sortColumns(Collection<String> sortColumns) Columns to be used for sorting the data.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.finspacedata.model.FinspaceDataRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
clientToken
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
 clientToken- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
datasetId
The unique Dataset identifier that is used to create a Dataview.
- Parameters:
 datasetId- The unique Dataset identifier that is used to create a Dataview.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
autoUpdate
Flag to indicate Dataview should be updated automatically.
- Parameters:
 autoUpdate- Flag to indicate Dataview should be updated automatically.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortColumns
Columns to be used for sorting the data.
- Parameters:
 sortColumns- Columns to be used for sorting the data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortColumns
Columns to be used for sorting the data.
- Parameters:
 sortColumns- Columns to be used for sorting the data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
partitionColumns
Ordered set of column names used to partition data.
- Parameters:
 partitionColumns- Ordered set of column names used to partition data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
partitionColumns
Ordered set of column names used to partition data.
- Parameters:
 partitionColumns- Ordered set of column names used to partition data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
asOfTimestamp
Beginning time to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Parameters:
 asOfTimestamp- Beginning time to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
destinationTypeParams
CreateDataViewRequest.Builder destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams) Options that define the destination type for the Dataview.
- Parameters:
 destinationTypeParams- Options that define the destination type for the Dataview.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
destinationTypeParams
default CreateDataViewRequest.Builder destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams) Options that define the destination type for the Dataview.
This is a convenience method that creates an instance of theDataViewDestinationTypeParams.Builderavoiding the need to create one manually viaDataViewDestinationTypeParams.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationTypeParams(DataViewDestinationTypeParams).- Parameters:
 destinationTypeParams- a consumer that will call methods onDataViewDestinationTypeParams.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateDataViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateDataViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -