Interface AdapterOverview.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdapterOverview.Builder,AdapterOverview>,SdkBuilder<AdapterOverview.Builder,AdapterOverview>,SdkPojo
- Enclosing class:
- AdapterOverview
@Mutable @NotThreadSafe public static interface AdapterOverview.Builder extends SdkPojo, CopyableBuilder<AdapterOverview.Builder,AdapterOverview>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdapterOverview.BuilderadapterId(String adapterId)A unique identifier for the adapter resource.AdapterOverview.BuilderadapterName(String adapterName)A string naming the adapter resource.AdapterOverview.BuildercreationTime(Instant creationTime)The date and time that the adapter was created.AdapterOverview.BuilderfeatureTypes(Collection<FeatureType> featureTypes)The feature types that the adapter is operating on.AdapterOverview.BuilderfeatureTypes(FeatureType... featureTypes)The feature types that the adapter is operating on.AdapterOverview.BuilderfeatureTypesWithStrings(String... featureTypes)The feature types that the adapter is operating on.AdapterOverview.BuilderfeatureTypesWithStrings(Collection<String> featureTypes)The feature types that the adapter is operating on.-
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
-
adapterId
AdapterOverview.Builder adapterId(String adapterId)
A unique identifier for the adapter resource.
- Parameters:
adapterId- A unique identifier for the adapter resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adapterName
AdapterOverview.Builder adapterName(String adapterName)
A string naming the adapter resource.
- Parameters:
adapterName- A string naming the adapter resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
AdapterOverview.Builder creationTime(Instant creationTime)
The date and time that the adapter was created.
- Parameters:
creationTime- The date and time that the adapter was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureTypesWithStrings
AdapterOverview.Builder featureTypesWithStrings(Collection<String> featureTypes)
The feature types that the adapter is operating on.
- Parameters:
featureTypes- The feature types that the adapter is operating on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureTypesWithStrings
AdapterOverview.Builder featureTypesWithStrings(String... featureTypes)
The feature types that the adapter is operating on.
- Parameters:
featureTypes- The feature types that the adapter is operating on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureTypes
AdapterOverview.Builder featureTypes(Collection<FeatureType> featureTypes)
The feature types that the adapter is operating on.
- Parameters:
featureTypes- The feature types that the adapter is operating on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureTypes
AdapterOverview.Builder featureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.
- Parameters:
featureTypes- The feature types that the adapter is operating on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-