Interface IamPolicyWriter.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IamPolicyWriter.Builder,,IamPolicyWriter> SdkBuilder<IamPolicyWriter.Builder,IamPolicyWriter> 
- All Known Implementing Classes:
 DefaultIamPolicyWriter.Builder
- Enclosing interface:
 IamPolicyWriter
public static interface IamPolicyWriter.Builder
extends CopyableBuilder<IamPolicyWriter.Builder,IamPolicyWriter> 
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionprettyPrint(Boolean prettyPrint) Configure whether the writer should "pretty-print" the output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build 
- 
Method Details
- 
prettyPrint
Configure whether the writer should "pretty-print" the output.When 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. 
 -