Interface IpamPolicyOrganizationTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamPolicyOrganizationTarget.Builder,IpamPolicyOrganizationTarget>,SdkBuilder<IpamPolicyOrganizationTarget.Builder,IpamPolicyOrganizationTarget>,SdkPojo
- Enclosing class:
- IpamPolicyOrganizationTarget
@Mutable @NotThreadSafe public static interface IpamPolicyOrganizationTarget.Builder extends SdkPojo, CopyableBuilder<IpamPolicyOrganizationTarget.Builder,IpamPolicyOrganizationTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamPolicyOrganizationTarget.BuilderorganizationTargetId(String organizationTargetId)The ID of the Amazon Web Services Organizations target.-
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
-
organizationTargetId
IpamPolicyOrganizationTarget.Builder organizationTargetId(String organizationTargetId)
The ID of the Amazon Web Services Organizations target.
A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.
- Parameters:
organizationTargetId- The ID of the Amazon Web Services Organizations target.A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-