Uses of Interface
software.amazon.awssdk.services.organizations.model.Root.Builder
-
Packages that use Root.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Root.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Root.Builder Modifier and Type Method Description Root.BuilderRoot.Builder. arn(String arn)The Amazon Resource Name (ARN) of the root.static Root.BuilderRoot. builder()Root.BuilderRoot.Builder. id(String id)The unique identifier (ID) for the root.Root.BuilderRoot.Builder. name(String name)The friendly name of the root.Root.BuilderRoot.Builder. policyTypes(Collection<PolicyTypeSummary> policyTypes)The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.Root.BuilderRoot.Builder. policyTypes(Consumer<PolicyTypeSummary.Builder>... policyTypes)The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.Root.BuilderRoot.Builder. policyTypes(PolicyTypeSummary... policyTypes)The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.Root.BuilderRoot. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Root.Builder Modifier and Type Method Description static Class<? extends Root.Builder>Root. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Root.Builder Modifier and Type Method Description default DisablePolicyTypeResponse.BuilderDisablePolicyTypeResponse.Builder. root(Consumer<Root.Builder> root)A structure that shows the root with the updated list of enabled policy types.default EnablePolicyTypeResponse.BuilderEnablePolicyTypeResponse.Builder. root(Consumer<Root.Builder> root)A structure that shows the root with the updated list of enabled policy types.
-