Interface DatasetSchemaSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>,SdkBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>,SdkPojo
- Enclosing class:
- DatasetSchemaSummary
public static interface DatasetSchemaSummary.Builder extends SdkPojo, CopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetSchemaSummary.BuildercreationDateTime(Instant creationDateTime)The date and time (in Unix time) that the schema was created.DatasetSchemaSummary.Builderdomain(String domain)The domain of a schema that you created for a dataset in a Domain dataset group.DatasetSchemaSummary.Builderdomain(Domain domain)The domain of a schema that you created for a dataset in a Domain dataset group.DatasetSchemaSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time (in Unix time) that the schema was last updated.DatasetSchemaSummary.Buildername(String name)The name of the schema.DatasetSchemaSummary.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) of the schema.-
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
-
name
DatasetSchemaSummary.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.
-
schemaArn
DatasetSchemaSummary.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
- Parameters:
schemaArn- The Amazon Resource Name (ARN) of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
DatasetSchemaSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the schema was created.
- Parameters:
creationDateTime- The date and time (in Unix time) that the schema was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
DatasetSchemaSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
- Parameters:
lastUpdatedDateTime- The date and time (in Unix time) that the schema was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
DatasetSchemaSummary.Builder domain(String domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
-
domain
DatasetSchemaSummary.Builder domain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
-
-