Interface GetIntrospectionSchemaRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>
,SdkBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetIntrospectionSchemaRequest
public static interface GetIntrospectionSchemaRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntrospectionSchemaRequest.Builder
apiId(String apiId)
The API ID.GetIntrospectionSchemaRequest.Builder
format(String format)
The schema format: SDL or JSON.GetIntrospectionSchemaRequest.Builder
format(OutputType format)
The schema format: SDL or JSON.GetIntrospectionSchemaRequest.Builder
includeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.GetIntrospectionSchemaRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetIntrospectionSchemaRequest.Builder
overrideConfiguration(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
GetIntrospectionSchemaRequest.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.
-
format
GetIntrospectionSchemaRequest.Builder format(String format)
The schema format: SDL or JSON.
- Parameters:
format
- The schema format: SDL or JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputType
,OutputType
-
format
GetIntrospectionSchemaRequest.Builder format(OutputType format)
The schema format: SDL or JSON.
- Parameters:
format
- The schema format: SDL or JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputType
,OutputType
-
includeDirectives
GetIntrospectionSchemaRequest.Builder includeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
- Parameters:
includeDirectives
- A flag that specifies whether the schema introspection should contain directives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntrospectionSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntrospectionSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-