Interface CreateFormTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>,DataZoneResponse.Builder,SdkBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateFormTypeResponse
public static interface CreateFormTypeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFormTypeResponse.Builderdescription(String description)The description of this Amazon DataZone metadata form type.CreateFormTypeResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which this metadata form type is created.CreateFormTypeResponse.Buildername(String name)The name of this Amazon DataZone metadata form type.CreateFormTypeResponse.BuilderoriginDomainId(String originDomainId)The ID of the Amazon DataZone domain in which this metadata form type was originally created.CreateFormTypeResponse.BuilderoriginProjectId(String originProjectId)The ID of the project in which this Amazon DataZone metadata form type was originally created.CreateFormTypeResponse.BuilderowningProjectId(String owningProjectId)The ID of the project that owns this Amazon DataZone metadata form type.CreateFormTypeResponse.Builderrevision(String revision)The revision of this Amazon DataZone metadata form type.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
description
CreateFormTypeResponse.Builder description(String description)
The description of this Amazon DataZone metadata form type.
- Parameters:
description- The description of this Amazon DataZone metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateFormTypeResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type is created.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which this metadata form type is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateFormTypeResponse.Builder name(String name)
The name of this Amazon DataZone metadata form type.
- Parameters:
name- The name of this Amazon DataZone metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originDomainId
CreateFormTypeResponse.Builder originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
- Parameters:
originDomainId- The ID of the Amazon DataZone domain in which this metadata form type was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originProjectId
CreateFormTypeResponse.Builder originProjectId(String originProjectId)
The ID of the project in which this Amazon DataZone metadata form type was originally created.
- Parameters:
originProjectId- The ID of the project in which this Amazon DataZone metadata form type was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
CreateFormTypeResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns this Amazon DataZone metadata form type.
- Parameters:
owningProjectId- The ID of the project that owns this Amazon DataZone metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
CreateFormTypeResponse.Builder revision(String revision)
The revision of this Amazon DataZone metadata form type.
- Parameters:
revision- The revision of this Amazon DataZone metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-