Class DefaultIamStatement
java.lang.Object
software.amazon.awssdk.policybuilder.iam.internal.DefaultIamStatement
- All Implemented Interfaces:
 IamStatement,ToCopyableBuilder<IamStatement.Builder,IamStatement> 
Default implementation of 
IamStatement.- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionactions()Retrieve the value set byIamStatement.Builder.actions(Collection).static DefaultIamStatement.Builderbuilder()Retrieve the value set byIamStatement.Builder.conditions(Collection).effect()Retrieve the value set byIamStatement.Builder.effect(IamEffect).booleaninthashCode()Retrieve the value set byIamStatement.Builder.notActions(Collection).Retrieve the value set byIamStatement.Builder.notPrincipals(Collection).Retrieve the value set byIamStatement.Builder.notResources(Collection).Retrieve the value set byIamStatement.Builder.principals(Collection).Retrieve the value set byIamStatement.Builder.resources(Collection).sid()Retrieve the value set byIamStatement.Builder.sid(String).Take this object and create a builder that contains all of the current property values of this object.toString()Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Constructor Details
- 
DefaultIamStatement
 
 - 
 - 
Method Details
- 
builder
 - 
sid
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.sid(String).- Specified by:
 sidin interfaceIamStatement
 - 
effect
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.effect(IamEffect).- Specified by:
 effectin interfaceIamStatement
 - 
principals
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.principals(Collection).- Specified by:
 principalsin interfaceIamStatement
 - 
notPrincipals
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.notPrincipals(Collection).- Specified by:
 notPrincipalsin interfaceIamStatement
 - 
actions
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.actions(Collection).- Specified by:
 actionsin interfaceIamStatement
 - 
notActions
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.notActions(Collection).- Specified by:
 notActionsin interfaceIamStatement
 - 
resources
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.resources(Collection).- Specified by:
 resourcesin interfaceIamStatement
 - 
notResources
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.notResources(Collection).- Specified by:
 notResourcesin interfaceIamStatement
 - 
conditions
Description copied from interface:IamStatementRetrieve the value set byIamStatement.Builder.conditions(Collection).- Specified by:
 conditionsin interfaceIamStatement
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<IamStatement.Builder,IamStatement> - Returns:
 - a builder for type T
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -