Interface Metrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Metrics.Builder,
,Metrics> SdkBuilder<Metrics.Builder,
,Metrics> SdkPojo
- Enclosing class:
Metrics
@Mutable
@NotThreadSafe
public static interface Metrics.Builder
extends SdkPojo, CopyableBuilder<Metrics.Builder,Metrics>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Metrics.Builder
eventThreshold
(Consumer<ReplicationTimeValue.Builder> eventThreshold) A container specifying the time threshold for emitting thes3:Replication:OperationMissedThreshold
event.eventThreshold
(ReplicationTimeValue eventThreshold) A container specifying the time threshold for emitting thes3:Replication:OperationMissedThreshold
event.Specifies whether the replication metrics are enabled.status
(MetricsStatus status) Specifies whether the replication metrics are enabled.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, sdkFieldNameToField, sdkFields
-
Method Details
-
status
Specifies whether the replication metrics are enabled.
- Parameters:
status
- Specifies whether the replication metrics are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the replication metrics are enabled.
- Parameters:
status
- Specifies whether the replication metrics are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventThreshold
A container specifying the time threshold for emitting the
s3:Replication:OperationMissedThreshold
event.- Parameters:
eventThreshold
- A container specifying the time threshold for emitting thes3:Replication:OperationMissedThreshold
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventThreshold
A container specifying the time threshold for emitting the
This is a convenience method that creates an instance of thes3:Replication:OperationMissedThreshold
event.ReplicationTimeValue.Builder
avoiding the need to create one manually viaReplicationTimeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeventThreshold(ReplicationTimeValue)
.- Parameters:
eventThreshold
- a consumer that will call methods onReplicationTimeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-