public static interface DisablePolicyTypeResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<DisablePolicyTypeResponse.Builder,DisablePolicyTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisablePolicyTypeResponse.Builder |
root(Consumer<Root.Builder> root)
A structure that shows the root with the updated list of enabled policy types.
|
DisablePolicyTypeResponse.Builder |
root(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisablePolicyTypeResponse.Builder root(Root root)
A structure that shows the root with the updated list of enabled policy types.
root - A structure that shows the root with the updated list of enabled policy types.default DisablePolicyTypeResponse.Builder root(Consumer<Root.Builder> root)
A structure that shows the root with the updated list of enabled policy types.
This is a convenience method that creates an instance of theRoot.Builder avoiding the need to create
one manually via Root.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to root(Root).
root - a consumer that will call methods on Root.Builderroot(Root)Copyright © 2023. All rights reserved.