Sets the collection of statements contained by this policy and returns
this policy object so that additional method calls can be chained
together.
Individual statements in a policy are what specify the rules that enable or disable access to your AWS resources.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public Policy WithStatements( params Statement[] statements )

- statements (array<Statement>[]()[][])
- The collection of statements included in this policy.

this instance