Interface FindingScopes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FindingScopes.Builder,,FindingScopes> SdkBuilder<FindingScopes.Builder,,FindingScopes> SdkPojo
- Enclosing class:
FindingScopes
-
Method Summary
Modifier and TypeMethodDescriptionawsOrganizations(Collection<AwsOrganizationScope> awsOrganizations) A list of Organizations scopes to include in the query results.awsOrganizations(Consumer<AwsOrganizationScope.Builder>... awsOrganizations) A list of Organizations scopes to include in the query results.awsOrganizations(AwsOrganizationScope... awsOrganizations) A list of Organizations scopes to include in the query results.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
-
awsOrganizations
A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.
- Parameters:
awsOrganizations- A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsOrganizations
A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.
- Parameters:
awsOrganizations- A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsOrganizations
A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.
This is a convenience method that creates an instance of theAwsOrganizationScope.Builderavoiding the need to create one manually viaAwsOrganizationScope.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsOrganizations(List<AwsOrganizationScope>).- Parameters:
awsOrganizations- a consumer that will call methods onAwsOrganizationScope.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-