public static class DefaultIamPolicyWriter.Builder extends Object implements IamPolicyWriter.Builder
| Modifier and Type | Method and Description |
|---|---|
IamPolicyWriter |
build() |
IamPolicyWriter.Builder |
prettyPrint(Boolean prettyPrint)
Configure whether the writer should "pretty-print" the output.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyapplyMutationpublic IamPolicyWriter.Builder prettyPrint(Boolean prettyPrint)
IamPolicyWriter.BuilderWhen set to true, this will add new lines and indentation to the output to make it easier for a human to read, at the expense of extra data (white space) being output.
By default, this is false.
prettyPrint in interface IamPolicyWriter.Builderpublic IamPolicyWriter build()
build in interface Buildablebuild in interface SdkBuilder<IamPolicyWriter.Builder,IamPolicyWriter>Copyright © 2023. All rights reserved.