Interface IpamOrganizationalUnitExclusion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamOrganizationalUnitExclusion.Builder,IpamOrganizationalUnitExclusion>,SdkBuilder<IpamOrganizationalUnitExclusion.Builder,IpamOrganizationalUnitExclusion>,SdkPojo
- Enclosing class:
- IpamOrganizationalUnitExclusion
@Mutable @NotThreadSafe public static interface IpamOrganizationalUnitExclusion.Builder extends SdkPojo, CopyableBuilder<IpamOrganizationalUnitExclusion.Builder,IpamOrganizationalUnitExclusion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamOrganizationalUnitExclusion.BuilderorganizationsEntityPath(String organizationsEntityPath)An Amazon Web Services Organizations entity path.-
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
-
organizationsEntityPath
IpamOrganizationalUnitExclusion.Builder organizationsEntityPath(String organizationsEntityPath)
An Amazon Web Services Organizations entity path. For more information on the entity path, see Understand the Amazon Web Services Organizations entity path in the Amazon Web Services Identity and Access Management User Guide.
- Parameters:
organizationsEntityPath- An Amazon Web Services Organizations entity path. For more information on the entity path, see Understand the Amazon Web Services Organizations entity path in the Amazon Web Services Identity and Access Management User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-