Interface AwsOrganizationScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOrganizationScope.Builder,,AwsOrganizationScope> SdkBuilder<AwsOrganizationScope.Builder,,AwsOrganizationScope> SdkPojo
- Enclosing class:
AwsOrganizationScope
@Mutable
@NotThreadSafe
public static interface AwsOrganizationScope.Builder
extends SdkPojo, CopyableBuilder<AwsOrganizationScope.Builder,AwsOrganizationScope>
-
Method Summary
Modifier and TypeMethodDescriptionorganizationalUnitId(String organizationalUnitId) The unique identifier (ID) of the organizational unit (OU) (for example,ou-ab12-cd345678).organizationId(String organizationId) The unique identifier (ID) of the organization (for example,o-abcd1234567890).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
-
organizationId
The unique identifier (ID) of the organization (for example,
o-abcd1234567890). The organization must be the delegated administrator's own organization. If you omit this value and provideOrganizationalUnitId, Security Hub uses the caller's organization ID.- Parameters:
organizationId- The unique identifier (ID) of the organization (for example,o-abcd1234567890). The organization must be the delegated administrator's own organization. If you omit this value and provideOrganizationalUnitId, Security Hub uses the caller's organization ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
The unique identifier (ID) of the organizational unit (OU) (for example,
ou-ab12-cd345678). The OU must exist within the delegated administrator's own organization. When specified, the results include only data from accounts in this OU.- Parameters:
organizationalUnitId- The unique identifier (ID) of the organizational unit (OU) (for example,ou-ab12-cd345678). The OU must exist within the delegated administrator's own organization. When specified, the results include only data from accounts in this OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-