Interface SubjectStructure.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubjectStructure.Builder,SubjectStructure>,SdkBuilder<SubjectStructure.Builder,SubjectStructure>,SdkPojo
- Enclosing class:
- SubjectStructure
public static interface SubjectStructure.Builder extends SdkPojo, CopyableBuilder<SubjectStructure.Builder,SubjectStructure>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectStructure.Buildercount(Long count)Number of occurrences of this specific structure.SubjectStructure.Builderpredicates(String... predicates)A list of predicates present in this specific structure.SubjectStructure.Builderpredicates(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 Detail
-
count
SubjectStructure.Builder count(Long 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
SubjectStructure.Builder predicates(Collection<String> 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
SubjectStructure.Builder predicates(String... 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.
-
-