Interface GetAssetTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAssetTypeRequest.Builder,GetAssetTypeRequest>,DataZoneRequest.Builder,SdkBuilder<GetAssetTypeRequest.Builder,GetAssetTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAssetTypeRequest
public static interface GetAssetTypeRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetAssetTypeRequest.Builder,GetAssetTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssetTypeRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which the asset type exists.GetAssetTypeRequest.Builderidentifier(String identifier)The ID of the asset type.GetAssetTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssetTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAssetTypeRequest.Builderrevision(String revision)The revision of the asset type.-
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
GetAssetTypeRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which the asset type exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetAssetTypeRequest.Builder identifier(String identifier)
The ID of the asset type.
- Parameters:
identifier- The ID of the asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
GetAssetTypeRequest.Builder revision(String revision)
The revision of the asset type.
- Parameters:
revision- The revision of the asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAssetTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAssetTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-