Interface GetOutputVector.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GetOutputVector.Builder,,GetOutputVector> SdkBuilder<GetOutputVector.Builder,,GetOutputVector> SdkPojo
- Enclosing class:
GetOutputVector
@Mutable
@NotThreadSafe
public static interface GetOutputVector.Builder
extends SdkPojo, CopyableBuilder<GetOutputVector.Builder,GetOutputVector>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetOutputVector.Builderdata(Consumer<VectorData.Builder> data) The vector data of the vector.data(VectorData data) The vector data of the vector.The name of the vector.Metadata about the vector.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
-
key
The name of the vector.
- Parameters:
key- The name of the vector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
The vector data of the vector.
- Parameters:
data- The vector data of the vector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
The vector data of the vector.
This is a convenience method that creates an instance of theVectorData.Builderavoiding the need to create one manually viaVectorData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todata(VectorData).- Parameters:
data- a consumer that will call methods onVectorData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
Metadata about the vector.
- Parameters:
metadata- Metadata about the vector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-