Interface InvestigationMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvestigationMetadata.Builder,,InvestigationMetadata> SdkBuilder<InvestigationMetadata.Builder,,InvestigationMetadata> SdkPojo
- Enclosing class:
InvestigationMetadata
@Mutable
@NotThreadSafe
public static interface InvestigationMetadata.Builder
extends SdkPojo, CopyableBuilder<InvestigationMetadata.Builder,InvestigationMetadata>
-
Method Summary
Modifier and TypeMethodDescriptiondefault InvestigationMetadata.Builderproduct(Consumer<Product.Builder> product) Information about the product that produced the investigation.Information about the product that produced the investigation.The version of the investigation engine that produced the results.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
-
version
The version of the investigation engine that produced the results.
- Parameters:
version- The version of the investigation engine that produced the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
product
Information about the product that produced the investigation.
- Parameters:
product- Information about the product that produced the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
product
Information about the product that produced the investigation.
This is a convenience method that creates an instance of theProduct.Builderavoiding the need to create one manually viaProduct.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproduct(Product).- Parameters:
product- a consumer that will call methods onProduct.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-