Interface PublishSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>,SdkBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PublishSchemaRequest
public static interface PublishSchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishSchemaRequest.BuilderdevelopmentSchemaArn(String developmentSchemaArn)The Amazon Resource Name (ARN) that is associated with the development schema.PublishSchemaRequest.BuilderminorVersion(String minorVersion)The minor version under which the schema will be published.PublishSchemaRequest.Buildername(String name)The new name under which the schema will be published.PublishSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PublishSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PublishSchemaRequest.Builderversion(String version)The major version under which the schema will be published.-
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
-
developmentSchemaArn
PublishSchemaRequest.Builder developmentSchemaArn(String developmentSchemaArn)
The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
- Parameters:
developmentSchemaArn- The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
PublishSchemaRequest.Builder version(String version)
The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
- Parameters:
version- The major version under which the schema will be published. Schemas have both a major and minor version associated with them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minorVersion
PublishSchemaRequest.Builder minorVersion(String minorVersion)
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
- Parameters:
minorVersion- The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PublishSchemaRequest.Builder name(String name)
The new name under which the schema will be published. If this is not provided, the development schema is considered.
- Parameters:
name- The new name under which the schema will be published. If this is not provided, the development schema is considered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PublishSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PublishSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-