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
Modifier and TypeMethodDescriptionA unique identifier for the adapter resource.adapterName(String adapterName) A string naming the adapter resource.creationTime(Instant creationTime) The date and time that the adapter was created.featureTypes(Collection<FeatureType> featureTypes) The feature types that the adapter is operating on.featureTypes(FeatureType... featureTypes) The feature types that the adapter is operating on.featureTypesWithStrings(String... featureTypes) The feature types that the adapter is operating on.featureTypesWithStrings(Collection<String> featureTypes) The feature types that the adapter is operating on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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.
-