Interface SchemaChangeDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchemaChangeDetails.Builder,
,SchemaChangeDetails> SdkBuilder<SchemaChangeDetails.Builder,
,SchemaChangeDetails> SdkPojo
- Enclosing class:
SchemaChangeDetails
@Mutable
@NotThreadSafe
public static interface SchemaChangeDetails.Builder
extends SdkPojo, CopyableBuilder<SchemaChangeDetails.Builder,SchemaChangeDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Description of what's changing about this field.Name of the changing field.Is the field being added, removed, or modified?type
(SchemaChangeType type) Is the field being added, removed, or modified?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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Name of the changing field. This value can be up to 255 characters long.
- Parameters:
name
- Name of the changing field. This value can be up to 255 characters long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Is the field being added, removed, or modified?
- Parameters:
type
- Is the field being added, removed, or modified?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Is the field being added, removed, or modified?
- Parameters:
type
- Is the field being added, removed, or modified?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Description of what's changing about this field. This value can be up to 512 characters long.
- Parameters:
description
- Description of what's changing about this field. This value can be up to 512 characters long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-