Interface AcceptPredictionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AcceptPredictionsResponse.Builder,
,AcceptPredictionsResponse> DataZoneResponse.Builder
,SdkBuilder<AcceptPredictionsResponse.Builder,
,AcceptPredictionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AcceptPredictionsResponse
@Mutable
@NotThreadSafe
public static interface AcceptPredictionsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<AcceptPredictionsResponse.Builder,AcceptPredictionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset.The identifier of the Amazon DataZone domain.The revision that is to be made to the asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
assetId
The ID of the asset.
- Parameters:
assetId
- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The identifier of the Amazon DataZone domain.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The revision that is to be made to the asset.
- Parameters:
revision
- The revision that is to be made to the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-