Interface BatchDisassociateDataSegmentsFromDatasetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateDataSegmentsFromDatasetRequest.Builder,,BatchDisassociateDataSegmentsFromDatasetRequest> IoTSiteWiseRequest.Builder,SdkBuilder<BatchDisassociateDataSegmentsFromDatasetRequest.Builder,,BatchDisassociateDataSegmentsFromDatasetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchDisassociateDataSegmentsFromDatasetRequest
@Mutable
@NotThreadSafe
public static interface BatchDisassociateDataSegmentsFromDatasetRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateDataSegmentsFromDatasetRequest.Builder,BatchDisassociateDataSegmentsFromDatasetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure that the request is idempotent.The ID of the curated dataset to disassociate data segments from.disassociateDataSegmentEntries(Collection<DisassociateDataSegmentEntry> disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.disassociateDataSegmentEntries(Consumer<DisassociateDataSegmentEntry.Builder>... disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.disassociateDataSegmentEntries(DisassociateDataSegmentEntry... disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceName(String workspaceName) The name of the workspace that contains the dataset.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.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetId
The ID of the curated dataset to disassociate data segments from.
- Parameters:
datasetId- The ID of the curated dataset to disassociate data segments from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
The name of the workspace that contains the dataset.
- Parameters:
workspaceName- The name of the workspace that contains the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociateDataSegmentEntries
BatchDisassociateDataSegmentsFromDatasetRequest.Builder disassociateDataSegmentEntries(Collection<DisassociateDataSegmentEntry> disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.
- Parameters:
disassociateDataSegmentEntries- The list of data segment entries to disassociate from the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociateDataSegmentEntries
BatchDisassociateDataSegmentsFromDatasetRequest.Builder disassociateDataSegmentEntries(DisassociateDataSegmentEntry... disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.
- Parameters:
disassociateDataSegmentEntries- The list of data segment entries to disassociate from the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociateDataSegmentEntries
BatchDisassociateDataSegmentsFromDatasetRequest.Builder disassociateDataSegmentEntries(Consumer<DisassociateDataSegmentEntry.Builder>... disassociateDataSegmentEntries) The list of data segment entries to disassociate from the dataset.
This is a convenience method that creates an instance of theDisassociateDataSegmentEntry.Builderavoiding the need to create one manually viaDisassociateDataSegmentEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisassociateDataSegmentEntries(List<DisassociateDataSegmentEntry>).- Parameters:
disassociateDataSegmentEntries- a consumer that will call methods onDisassociateDataSegmentEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique, case-sensitive identifier that you provide to ensure that the request is idempotent. If you retry a request that completed successfully using the same client token, the retry succeeds without performing any further actions.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure that the request is idempotent. If you retry a request that completed successfully using the same client token, the retry succeeds without performing any further actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDisassociateDataSegmentsFromDatasetRequest.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
BatchDisassociateDataSegmentsFromDatasetRequest.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.
-