Interface BlueprintOptimizationSample.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BlueprintOptimizationSample.Builder,,BlueprintOptimizationSample> SdkBuilder<BlueprintOptimizationSample.Builder,,BlueprintOptimizationSample> SdkPojo
- Enclosing class:
BlueprintOptimizationSample
@Mutable
@NotThreadSafe
public static interface BlueprintOptimizationSample.Builder
extends SdkPojo, CopyableBuilder<BlueprintOptimizationSample.Builder,BlueprintOptimizationSample>
-
Method Summary
Modifier and TypeMethodDescriptionassetS3Object(Consumer<S3Object.Builder> assetS3Object) S3 Object of the assetassetS3Object(S3Object assetS3Object) S3 Object of the assetgroundTruthS3Object(Consumer<S3Object.Builder> groundTruthS3Object) Ground truth for the Blueprint and Asset combinationgroundTruthS3Object(S3Object groundTruthS3Object) Ground truth for the Blueprint and Asset combinationMethods 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
-
assetS3Object
S3 Object of the asset
- Parameters:
assetS3Object- S3 Object of the asset- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetS3Object
S3 Object of the asset
This is a convenience method that creates an instance of theS3Object.Builderavoiding the need to create one manually viaS3Object.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetS3Object(S3Object).- Parameters:
assetS3Object- a consumer that will call methods onS3Object.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groundTruthS3Object
Ground truth for the Blueprint and Asset combination
- Parameters:
groundTruthS3Object- Ground truth for the Blueprint and Asset combination- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundTruthS3Object
default BlueprintOptimizationSample.Builder groundTruthS3Object(Consumer<S3Object.Builder> groundTruthS3Object) Ground truth for the Blueprint and Asset combination
This is a convenience method that creates an instance of theS3Object.Builderavoiding the need to create one manually viaS3Object.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroundTruthS3Object(S3Object).- Parameters:
groundTruthS3Object- a consumer that will call methods onS3Object.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-