Interface GetAssetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAssetRequest.Builder,GetAssetRequest>,DataZoneRequest.Builder,SdkBuilder<GetAssetRequest.Builder,GetAssetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAssetRequest
public static interface GetAssetRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetAssetRequest.Builder,GetAssetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssetRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain to which the asset belongs.GetAssetRequest.Builderidentifier(String identifier)The ID of the Amazon DataZone asset.GetAssetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAssetRequest.Builderrevision(String revision)The revision of the Amazon DataZone asset.-
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.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
GetAssetRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain to which the asset belongs.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain to which the asset belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetAssetRequest.Builder identifier(String identifier)
The ID of the Amazon DataZone asset.
- Parameters:
identifier- The ID of the Amazon DataZone asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
GetAssetRequest.Builder revision(String revision)
The revision of the Amazon DataZone asset.
- Parameters:
revision- The revision of the Amazon DataZone asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-