Interface UpdateTypeRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTypeRequest.Builder,UpdateTypeRequest>,SdkBuilder<UpdateTypeRequest.Builder,UpdateTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTypeRequest
public static interface UpdateTypeRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateTypeRequest.Builder,UpdateTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTypeRequest.BuilderapiId(String apiId)The API ID.UpdateTypeRequest.Builderdefinition(String definition)The new definition.UpdateTypeRequest.Builderformat(String format)The new type format: SDL or JSON.UpdateTypeRequest.Builderformat(TypeDefinitionFormat format)The new type format: SDL or JSON.UpdateTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTypeRequest.BuildertypeName(String typeName)The new type name.-
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
UpdateTypeRequest.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.
-
typeName
UpdateTypeRequest.Builder typeName(String typeName)
The new type name.
- Parameters:
typeName- The new type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
UpdateTypeRequest.Builder definition(String definition)
The new definition.
- Parameters:
definition- The new definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
UpdateTypeRequest.Builder format(String format)
The new type format: SDL or JSON.
- Parameters:
format- The new 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
UpdateTypeRequest.Builder format(TypeDefinitionFormat format)
The new type format: SDL or JSON.
- Parameters:
format- The new 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
UpdateTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-