Interface RejectPredictionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RejectPredictionsResponse.Builder,
,RejectPredictionsResponse> DataZoneResponse.Builder
,SdkBuilder<RejectPredictionsResponse.Builder,
,RejectPredictionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RejectPredictionsResponse
@Mutable
@NotThreadSafe
public static interface RejectPredictionsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<RejectPredictionsResponse.Builder,RejectPredictionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset.assetRevision
(String assetRevision) The revision that is to be made to the asset.The ID of the Amazon DataZone domain.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.
-
assetRevision
The revision that is to be made to the asset.
- Parameters:
assetRevision
- 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.
-
domainId
The ID of the Amazon DataZone domain.
- Parameters:
domainId
- The ID of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-