| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Root.Builder |
Root.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the root.
|
static Root.Builder |
Root.builder() |
Root.Builder |
Root.Builder.id(String id)
The unique identifier (ID) for the root.
|
Root.Builder |
Root.Builder.name(String name)
The friendly name of the root.
|
Root.Builder |
Root.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.Builder |
Root.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.Builder |
Root.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.Builder |
Root.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Root.Builder> |
Root.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisablePolicyTypeResponse.Builder |
DisablePolicyTypeResponse.Builder.root(Consumer<Root.Builder> root)
A structure that shows the root with the updated list of enabled policy types.
|
default EnablePolicyTypeResponse.Builder |
EnablePolicyTypeResponse.Builder.root(Consumer<Root.Builder> root)
A structure that shows the root with the updated list of enabled policy types.
|
Copyright © 2023. All rights reserved.