Interface SubjectStructure.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubjectStructure.Builder,
,SubjectStructure> SdkBuilder<SubjectStructure.Builder,
,SubjectStructure> SdkPojo
- Enclosing class:
SubjectStructure
@Mutable
@NotThreadSafe
public static interface SubjectStructure.Builder
extends SdkPojo, CopyableBuilder<SubjectStructure.Builder,SubjectStructure>
-
Method Summary
Modifier and TypeMethodDescriptionNumber of occurrences of this specific structure.predicates
(String... predicates) A list of predicates present in this specific structure.predicates
(Collection<String> predicates) A list of predicates present in this specific structure.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
Number of occurrences of this specific structure.
- Parameters:
count
- Number of occurrences of this specific structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predicates
A list of predicates present in this specific structure.
- Parameters:
predicates
- A list of predicates present in this specific structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predicates
A list of predicates present in this specific structure.
- Parameters:
predicates
- A list of predicates present in this specific structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-