Interface CreateTypeRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateTypeRequest.Builder,CreateTypeRequest>,SdkBuilder<CreateTypeRequest.Builder,CreateTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTypeRequest
public static interface CreateTypeRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateTypeRequest.Builder,CreateTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTypeRequest.BuilderapiId(String apiId)The API ID.CreateTypeRequest.Builderdefinition(String definition)The type definition, in GraphQL Schema Definition Language (SDL) format.CreateTypeRequest.Builderformat(String format)The type format: SDL or JSON.CreateTypeRequest.Builderformat(TypeDefinitionFormat format)The type format: SDL or JSON.CreateTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
apiId
CreateTypeRequest.Builder apiId(String apiId)
The API ID.
- Parameters:
apiId- The API ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
CreateTypeRequest.Builder definition(String definition)
The type definition, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
- Parameters:
definition- The type definition, in GraphQL Schema Definition Language (SDL) format.For more information, see the GraphQL SDL documentation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
CreateTypeRequest.Builder format(String format)
The type format: SDL or JSON.
- Parameters:
format- The type format: SDL or JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TypeDefinitionFormat,TypeDefinitionFormat
-
format
CreateTypeRequest.Builder format(TypeDefinitionFormat format)
The type format: SDL or JSON.
- Parameters:
format- The type format: SDL or JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TypeDefinitionFormat,TypeDefinitionFormat
-
overrideConfiguration
CreateTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-