Interface PutSchemaFromJsonRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<PutSchemaFromJsonRequest.Builder,PutSchemaFromJsonRequest>,SdkBuilder<PutSchemaFromJsonRequest.Builder,PutSchemaFromJsonRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutSchemaFromJsonRequest
public static interface PutSchemaFromJsonRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<PutSchemaFromJsonRequest.Builder,PutSchemaFromJsonRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutSchemaFromJsonRequest.Builderdocument(String document)The replacement JSON schema.PutSchemaFromJsonRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutSchemaFromJsonRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutSchemaFromJsonRequest.BuilderschemaArn(String schemaArn)The ARN of the schema to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
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
-
schemaArn
PutSchemaFromJsonRequest.Builder schemaArn(String schemaArn)
The ARN of the schema to update.
- Parameters:
schemaArn- The ARN of the schema to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
document
PutSchemaFromJsonRequest.Builder document(String document)
The replacement JSON schema.
- Parameters:
document- The replacement JSON schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutSchemaFromJsonRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutSchemaFromJsonRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-