Interface DeleteMarkerEntry.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DeleteMarkerEntry.Builder,,- DeleteMarkerEntry> - SdkBuilder<DeleteMarkerEntry.Builder,,- DeleteMarkerEntry> - SdkPojo
- Enclosing class:
- DeleteMarkerEntry
@Mutable
@NotThreadSafe
public static interface DeleteMarkerEntry.Builder
extends SdkPojo, CopyableBuilder<DeleteMarkerEntry.Builder,DeleteMarkerEntry> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies whether the object is (true) or is not (false) the latest version of an object.The object key.lastModified(Instant lastModified) Date and time when the object was last modified.default DeleteMarkerEntry.Builderowner(Consumer<Owner.Builder> owner) The account that created the delete marker.The account that created the delete marker.Version ID of an object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ownerThe account that created the delete marker. - Parameters:
- owner- The account that created the delete marker.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe account that created the delete marker. This is a convenience method that creates an instance of theOwner.Builderavoiding the need to create one manually viaOwner.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toowner(Owner).- Parameters:
- owner- a consumer that will call methods on- Owner.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyThe object key. - Parameters:
- key- The object key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionIdVersion ID of an object. - Parameters:
- versionId- Version ID of an object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isLatestSpecifies whether the object is (true) or is not (false) the latest version of an object. - Parameters:
- isLatest- Specifies whether the object is (true) or is not (false) the latest version of an object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedDate and time when the object was last modified. - Parameters:
- lastModified- Date and time when the object was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-