Interface SelectionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelectionConfig.Builder,,SelectionConfig> SdkBuilder<SelectionConfig.Builder,,SelectionConfig> SdkPojo
- Enclosing class:
SelectionConfig
@Mutable
@NotThreadSafe
public static interface SelectionConfig.Builder
extends SdkPojo, CopyableBuilder<SelectionConfig.Builder,SelectionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA prefix string or regular expression that specifies which operations to include in a service-level SLO.Sets the value of the Type property for this object.type(SelectionType type) Sets the value of the Type property for this object.Methods 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
-
type
Sets the value of the Type property for this object.- Parameters:
type- The new value for the Type property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Sets the value of the Type property for this object.- Parameters:
type- The new value for the Type property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pattern
A prefix string or regular expression that specifies which operations to include in a service-level SLO. When
SelectionTypeisPREFIX, this value is a prefix string that matches the beginning of operation names. WhenSelectionTypeisREGEX, this value is a regular expression that matches operation names.- Parameters:
pattern- A prefix string or regular expression that specifies which operations to include in a service-level SLO. WhenSelectionTypeisPREFIX, this value is a prefix string that matches the beginning of operation names. WhenSelectionTypeisREGEX, this value is a regular expression that matches operation names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-