Interface Sbom.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Sbom.Builder,Sbom>,SdkBuilder<Sbom.Builder,Sbom>,SdkPojo
- Enclosing class:
- Sbom
public static interface Sbom.Builder extends SdkPojo, CopyableBuilder<Sbom.Builder,Sbom>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Sbom.Builders3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.Sbom.Builders3Location(S3Location s3Location)Sets the value of the S3Location property for this object.-
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
-
s3Location
Sbom.Builder s3Location(S3Location s3Location)
Sets the value of the S3Location property for this object.- Parameters:
s3Location- The new value for the S3Location property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
default Sbom.Builder s3Location(Consumer<S3Location.Builder> s3Location)
Sets the value of the S3Location property for this object. This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Location(S3Location).- Parameters:
s3Location- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Location(S3Location)
-
-