Interface DataSourceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>,SdkBuilder<DataSourceSummary.Builder,DataSourceSummary>,SdkPojo
- Enclosing class:
- DataSourceSummary
@Mutable @NotThreadSafe public static interface DataSourceSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceSummary.Builderarn(String arn)The arn of the datasource.DataSourceSummary.BuildercreatedTime(Instant createdTime)The date and time that the data source was created.DataSourceSummary.BuilderdataSourceId(String dataSourceId)The unique ID of the data source.DataSourceSummary.BuilderlastUpdatedTime(Instant lastUpdatedTime)The date and time the data source was last updated.DataSourceSummary.Buildername(String name)The name of the data source.DataSourceSummary.Buildertype(String type)The type of the data source.DataSourceSummary.Buildertype(DataSourceType type)The type of the data source.-
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 Detail
-
arn
DataSourceSummary.Builder arn(String arn)
The arn of the datasource.
- Parameters:
arn- The arn of the datasource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
DataSourceSummary.Builder dataSourceId(String dataSourceId)
The unique ID of the data source.
- Parameters:
dataSourceId- The unique ID of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DataSourceSummary.Builder name(String name)
The name of the data source.
- Parameters:
name- The name of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DataSourceSummary.Builder type(String type)
The type of the data source.
- Parameters:
type- The type of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceType,DataSourceType
-
type
DataSourceSummary.Builder type(DataSourceType type)
The type of the data source.
- Parameters:
type- The type of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceType,DataSourceType
-
createdTime
DataSourceSummary.Builder createdTime(Instant createdTime)
The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
- Parameters:
createdTime- The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
DataSourceSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
- Parameters:
lastUpdatedTime- The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-