Interface Hits.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Hits.Builder,
,Hits> SdkBuilder<Hits.Builder,
,Hits> SdkPojo
- Enclosing class:
Hits
@Mutable
@NotThreadSafe
public static interface Hits.Builder
extends SdkPojo, CopyableBuilder<Hits.Builder,Hits>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of attempts made to access a domain.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
-
count
The number of attempts made to access a domain.
- Parameters:
count
- The number of attempts made to access a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-