Interface AdapterOverview.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AdapterOverview.Builder,AdapterOverview>
,SdkBuilder<AdapterOverview.Builder,AdapterOverview>
,SdkPojo
- Enclosing class:
- AdapterOverview
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.Builder
adapterId(String adapterId)
A unique identifier for the adapter resource.AdapterOverview.Builder
adapterName(String adapterName)
A string naming the adapter resource.AdapterOverview.Builder
creationTime(Instant creationTime)
The date and time that the adapter was created.AdapterOverview.Builder
featureTypes(Collection<FeatureType> featureTypes)
The feature types that the adapter is operating on.AdapterOverview.Builder
featureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.AdapterOverview.Builder
featureTypesWithStrings(String... featureTypes)
The feature types that the adapter is operating on.AdapterOverview.Builder
featureTypesWithStrings(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, 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.
-
-