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