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