Interface UpdateSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,SdkBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSchemaRequest
public static interface UpdateSchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSchemaRequest.Buildername(String name)The name of the schema.UpdateSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSchemaRequest.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) of the development schema.-
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
UpdateSchemaRequest.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
- Parameters:
schemaArn- The Amazon Resource Name (ARN) of the development schema. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateSchemaRequest.Builder name(String name)
The name of the schema.
- Parameters:
name- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-