Interface UpdateRevisionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateRevisionRequest.Builder,UpdateRevisionRequest>
,DataExchangeRequest.Builder
,SdkBuilder<UpdateRevisionRequest.Builder,UpdateRevisionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateRevisionRequest
public static interface UpdateRevisionRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<UpdateRevisionRequest.Builder,UpdateRevisionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRevisionRequest.Builder
comment(String comment)
An optional comment about the revision.UpdateRevisionRequest.Builder
dataSetId(String dataSetId)
The unique identifier for a data set.UpdateRevisionRequest.Builder
finalized(Boolean finalized)
Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete.UpdateRevisionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateRevisionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateRevisionRequest.Builder
revisionId(String revisionId)
The unique identifier for a revision.-
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.dataexchange.model.DataExchangeRequest.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
-
comment
UpdateRevisionRequest.Builder comment(String comment)
An optional comment about the revision.
- Parameters:
comment
- An optional comment about the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetId
UpdateRevisionRequest.Builder dataSetId(String dataSetId)
The unique identifier for a data set.
- Parameters:
dataSetId
- The unique identifier for a data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalized
UpdateRevisionRequest.Builder finalized(Boolean finalized)
Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
- Parameters:
finalized
- Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
UpdateRevisionRequest.Builder revisionId(String revisionId)
The unique identifier for a revision.
- Parameters:
revisionId
- The unique identifier for a revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-