Class DefaultIamStatement.Builder
- java.lang.Object
-
- software.amazon.awssdk.policybuilder.iam.internal.DefaultIamStatement.Builder
-
- All Implemented Interfaces:
IamStatement.Builder,Buildable,CopyableBuilder<IamStatement.Builder,IamStatement>,SdkBuilder<IamStatement.Builder,IamStatement>
- Enclosing class:
- DefaultIamStatement
public static class DefaultIamStatement.Builder extends Object implements IamStatement.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamStatement.BuilderactionIds(Collection<String> actions)Configure theActionelement of the statement, specifying the actions that are allowed or denied.IamStatement.Builderactions(Collection<IamAction> actions)Configure theActionelement of the statement, specifying the actions that are allowed or denied.IamStatement.BuilderaddAction(String action)Append anActionelement to this statement, specifying an action that is allowed or denied.IamStatement.BuilderaddAction(IamAction action)Append anActionelement to this statement, specifying an action that is allowed or denied.IamStatement.BuilderaddCondition(String operator, String key, String value)Append aConditionto the statement, specifying a condition in which the statement is in effect.IamStatement.BuilderaddCondition(Consumer<IamCondition.Builder> condition)Append aConditionto the statement, specifying a condition in which the statement is in effect.IamStatement.BuilderaddCondition(IamCondition condition)Append aConditionto the statement, specifying a condition in which the statement is in effect.IamStatement.BuilderaddCondition(IamConditionOperator operator, String key, String value)Append aConditionto the statement, specifying a condition in which the statement is in effect.IamStatement.BuilderaddCondition(IamConditionOperator operator, IamConditionKey key, String value)Append aConditionto the statement, specifying a condition in which the statement is in effect.IamStatement.BuilderaddConditions(String operator, String key, Collection<String> values)Append multipleConditions to the statement, specifying conditions in which the statement is in effect.IamStatement.BuilderaddConditions(IamConditionOperator operator, String key, Collection<String> values)Append multipleConditions to the statement, specifying conditions in which the statement is in effect.IamStatement.BuilderaddConditions(IamConditionOperator operator, IamConditionKey key, Collection<String> values)Append multipleConditions to the statement, specifying conditions in which the statement is in effect.IamStatement.BuilderaddNotAction(String notAction)Append aNotActionelement to this statement, specifying an action that is denied or allowed.IamStatement.BuilderaddNotAction(IamAction notAction)Append aNotActionelement to this statement, specifying an action that is denied or allowed.IamStatement.BuilderaddNotPrincipal(String iamPrincipalType, String principal)Append aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotPrincipal(Consumer<IamPrincipal.Builder> notPrincipal)Append aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotPrincipal(IamPrincipal notPrincipal)Append aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotPrincipal(IamPrincipalType iamPrincipalType, String principal)Append aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotPrincipals(String notPrincipalType, Collection<String> notPrincipals)Append multipleNotPrincipals to this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotPrincipals(IamPrincipalType notPrincipalType, Collection<String> notPrincipals)Append multipleNotPrincipals to this statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuilderaddNotResource(String notResource)Append aNotResourceelement to the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.BuilderaddNotResource(IamResource notResource)Append aNotResourceelement to the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.BuilderaddPrincipal(String iamPrincipalType, String principal)Append aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.IamStatement.BuilderaddPrincipal(Consumer<IamPrincipal.Builder> principal)Append aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.IamStatement.BuilderaddPrincipal(IamPrincipal principal)Append aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.IamStatement.BuilderaddPrincipal(IamPrincipalType iamPrincipalType, String principal)Append aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.IamStatement.BuilderaddPrincipals(String principalType, Collection<String> principals)Append multiplePrincipals to this statement, specifying principals that are allowed or denied access to a resource.IamStatement.BuilderaddPrincipals(IamPrincipalType principalType, Collection<String> principals)Append multiplePrincipals to this statement, specifying principals that are allowed or denied access to a resource.IamStatement.BuilderaddResource(String resource)Append aResourceelement to the statement, specifying a resource that the statement covers.IamStatement.BuilderaddResource(IamResource resource)Append aResourceelement to the statement, specifying a resource that the statement covers.IamStatementbuild()IamStatement.Builderconditions(Collection<IamCondition> conditions)Configure theConditionelement of the statement, specifying the conditions in which the statement is in effect.IamStatement.Buildereffect(String effect)Configure theEffectelement of the policy, specifying whether the statement results in an allow or deny.IamStatement.Buildereffect(IamEffect effect)Configure theEffectelement of the policy, specifying whether the statement results in an allow or deny.IamStatement.BuildernotActionIds(Collection<String> notActions)Configure theNotActionelement of the statement, specifying actions that are denied or allowed.IamStatement.BuildernotActions(Collection<IamAction> notActions)Configure theNotActionelement of the statement, specifying actions that are denied or allowed.IamStatement.BuildernotPrincipals(Collection<IamPrincipal> notPrincipals)Configure theNotPrincipalelement of the statement, specifying that all principals are affected by the policy except the ones listed.IamStatement.BuildernotResourceIds(Collection<String> notResources)Configure theNotResourceelement of the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.BuildernotResources(Collection<IamResource> notResources)Configure theNotResourceelement of the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.Builderprincipals(Collection<IamPrincipal> principals)Configure thePrincipalelement of the statement, specifying the principals that are allowed or denied access to a resource.IamStatement.BuilderresourceIds(Collection<String> resources)Configure theResourceelement of the statement, specifying the resource(s) that the statement covers.IamStatement.Builderresources(Collection<IamResource> resources)Configure theResourceelement of the statement, specifying the resource(s) that the statement covers.IamStatement.Buildersid(String sid)Configure theSidelement of the policy, specifying an identifier for the statement.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
sid
public IamStatement.Builder sid(String sid)
Description copied from interface:IamStatement.BuilderConfigure theSidelement of the policy, specifying an identifier for the statement.- Specified by:
sidin interfaceIamStatement.Builder- See Also:
- Sid user guide
-
effect
public IamStatement.Builder effect(IamEffect effect)
Description copied from interface:IamStatement.BuilderConfigure theEffectelement of the policy, specifying whether the statement results in an allow or deny.This value is required.
- Specified by:
effectin interfaceIamStatement.Builder- See Also:
IamEffect, Effect user guide
-
effect
public IamStatement.Builder effect(String effect)
Description copied from interface:IamStatement.BuilderConfigure theEffectelement of the policy, specifying whether the statement results in an allow or deny.This works the same as
IamStatement.Builder.effect(IamEffect), except you do not need toIamEffect. This value is required.- Specified by:
effectin interfaceIamStatement.Builder- See Also:
IamEffect, Effect user guide
-
principals
public IamStatement.Builder principals(Collection<IamPrincipal> principals)
Description copied from interface:IamStatement.BuilderConfigure thePrincipalelement of the statement, specifying the principals that are allowed or denied access to a resource.This will replace any other principals already added to the statement.
- Specified by:
principalsin interfaceIamStatement.Builder- See Also:
IamPrincipal, Principal user guide
-
addPrincipal
public IamStatement.Builder addPrincipal(IamPrincipal principal)
Description copied from interface:IamStatement.BuilderAppend aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.- Specified by:
addPrincipalin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
addPrincipal
public IamStatement.Builder addPrincipal(Consumer<IamPrincipal.Builder> principal)
Description copied from interface:IamStatement.BuilderAppend aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.This works the same as
IamStatement.Builder.addPrincipal(IamPrincipal), except you do not need to specifyIamPrincipal .builder()orbuild().- Specified by:
addPrincipalin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
addPrincipal
public IamStatement.Builder addPrincipal(IamPrincipalType iamPrincipalType, String principal)
Description copied from interface:IamStatement.BuilderAppend aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.This works the same as
IamStatement.Builder.addPrincipal(IamPrincipal), except you do not need to specifyIamPrincipal .create().- Specified by:
addPrincipalin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
addPrincipal
public IamStatement.Builder addPrincipal(String iamPrincipalType, String principal)
Description copied from interface:IamStatement.BuilderAppend aPrincipalto this statement, specifying a principal that is allowed or denied access to a resource.This works the same as
IamStatement.Builder.addPrincipal(IamPrincipalType, String), except you do not need to specifyIamPrincipalType.create().- Specified by:
addPrincipalin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
addPrincipals
public IamStatement.Builder addPrincipals(IamPrincipalType principalType, Collection<String> principals)
Description copied from interface:IamStatement.BuilderAppend multiplePrincipals to this statement, specifying principals that are allowed or denied access to a resource.This works the same as calling
IamStatement.Builder.addPrincipal(IamPrincipalType, String)multiple times with the sameIamPrincipalType.- Specified by:
addPrincipalsin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
addPrincipals
public IamStatement.Builder addPrincipals(String principalType, Collection<String> principals)
Description copied from interface:IamStatement.BuilderAppend multiplePrincipals to this statement, specifying principals that are allowed or denied access to a resource.This works the same as calling
IamStatement.Builder.addPrincipal(String, String)multiple times with the sameIamPrincipalType.- Specified by:
addPrincipalsin interfaceIamStatement.Builder- See Also:
- Principal user guide
-
notPrincipals
public IamStatement.Builder notPrincipals(Collection<IamPrincipal> notPrincipals)
Description copied from interface:IamStatement.BuilderConfigure theNotPrincipalelement of the statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This will replace any other not-principals already added to the statement.
- Specified by:
notPrincipalsin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipal
public IamStatement.Builder addNotPrincipal(IamPrincipal notPrincipal)
Description copied from interface:IamStatement.BuilderAppend aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.- Specified by:
addNotPrincipalin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipal
public IamStatement.Builder addNotPrincipal(Consumer<IamPrincipal.Builder> notPrincipal)
Description copied from interface:IamStatement.BuilderAppend aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This works the same as
IamStatement.Builder.addNotPrincipal(IamPrincipal), except you do not need to specifyIamPrincipal .builder()orbuild().- Specified by:
addNotPrincipalin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipal
public IamStatement.Builder addNotPrincipal(IamPrincipalType iamPrincipalType, String principal)
Description copied from interface:IamStatement.BuilderAppend aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This works the same as
IamStatement.Builder.addNotPrincipal(IamPrincipal), except you do not need to specifyIamPrincipal .create().- Specified by:
addNotPrincipalin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipal
public IamStatement.Builder addNotPrincipal(String iamPrincipalType, String principal)
Description copied from interface:IamStatement.BuilderAppend aNotPrincipalto this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This works the same as
IamStatement.Builder.addNotPrincipal(IamPrincipalType, String), except you do not need to specifyIamPrincipalType.create().- Specified by:
addNotPrincipalin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipals
public IamStatement.Builder addNotPrincipals(IamPrincipalType notPrincipalType, Collection<String> notPrincipals)
Description copied from interface:IamStatement.BuilderAppend multipleNotPrincipals to this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This works the same as calling
IamStatement.Builder.addNotPrincipal(IamPrincipalType, String)multiple times with the sameIamPrincipalType.- Specified by:
addNotPrincipalsin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
addNotPrincipals
public IamStatement.Builder addNotPrincipals(String notPrincipalType, Collection<String> notPrincipals)
Description copied from interface:IamStatement.BuilderAppend multipleNotPrincipals to this statement, specifying that all principals are affected by the policy except the ones listed.Very few scenarios require the use of
NotPrincipal. We recommend that you explore other authorization options before you decide to useNotPrincipal.NotPrincipalcan only be used withIamEffect.DENYstatements.This works the same as calling
IamStatement.Builder.addNotPrincipal(String, String)multiple times with the sameIamPrincipalType.- Specified by:
addNotPrincipalsin interfaceIamStatement.Builder- See Also:
- NotPrincipal user guide
-
actions
public IamStatement.Builder actions(Collection<IamAction> actions)
Description copied from interface:IamStatement.BuilderConfigure theActionelement of the statement, specifying the actions that are allowed or denied.This will replace any other actions already added to the statement.
- Specified by:
actionsin interfaceIamStatement.Builder- See Also:
- Action user guide
-
actionIds
public IamStatement.Builder actionIds(Collection<String> actions)
Description copied from interface:IamStatement.BuilderConfigure theActionelement of the statement, specifying the actions that are allowed or denied.This works the same as
IamStatement.Builder.actions(Collection), except you do not need to callIamAction.create()on each action. This will replace any other actions already added to the statement.- Specified by:
actionIdsin interfaceIamStatement.Builder- See Also:
- Action user guide
-
addAction
public IamStatement.Builder addAction(IamAction action)
Description copied from interface:IamStatement.BuilderAppend anActionelement to this statement, specifying an action that is allowed or denied.- Specified by:
addActionin interfaceIamStatement.Builder- See Also:
- Action user guide
-
addAction
public IamStatement.Builder addAction(String action)
Description copied from interface:IamStatement.BuilderAppend anActionelement to this statement, specifying an action that is allowed or denied.This works the same as
IamStatement.Builder.addAction(IamAction), except you do not need to callIamAction.create().- Specified by:
addActionin interfaceIamStatement.Builder- See Also:
- Action user guide
-
notActions
public IamStatement.Builder notActions(Collection<IamAction> notActions)
Description copied from interface:IamStatement.BuilderConfigure theNotActionelement of the statement, specifying actions that are denied or allowed.This will replace any other not-actions already added to the statement.
- Specified by:
notActionsin interfaceIamStatement.Builder- See Also:
- NotAction user guide
-
notActionIds
public IamStatement.Builder notActionIds(Collection<String> notActions)
Description copied from interface:IamStatement.BuilderConfigure theNotActionelement of the statement, specifying actions that are denied or allowed.This works the same as
IamStatement.Builder.notActions(Collection), except you do not need to callIamAction.create()on each action. This will replace any other not-actions already added to the statement.- Specified by:
notActionIdsin interfaceIamStatement.Builder- See Also:
- NotAction user guide
-
addNotAction
public IamStatement.Builder addNotAction(IamAction notAction)
Description copied from interface:IamStatement.BuilderAppend aNotActionelement to this statement, specifying an action that is denied or allowed.- Specified by:
addNotActionin interfaceIamStatement.Builder- See Also:
- NotAction user guide
-
addNotAction
public IamStatement.Builder addNotAction(String notAction)
Description copied from interface:IamStatement.BuilderAppend aNotActionelement to this statement, specifying an action that is denied or allowed.This works the same as
IamStatement.Builder.addNotAction(IamAction), except you do not need to callIamAction.create().- Specified by:
addNotActionin interfaceIamStatement.Builder- See Also:
- NotAction user guide
-
resources
public IamStatement.Builder resources(Collection<IamResource> resources)
Description copied from interface:IamStatement.BuilderConfigure theResourceelement of the statement, specifying the resource(s) that the statement covers.This will replace any other resources already added to the statement.
- Specified by:
resourcesin interfaceIamStatement.Builder- See Also:
- Resource user guide
-
resourceIds
public IamStatement.Builder resourceIds(Collection<String> resources)
Description copied from interface:IamStatement.BuilderConfigure theResourceelement of the statement, specifying the resource(s) that the statement covers.This works the same as
IamStatement.Builder.resources(Collection), except you do not need to callIamResource.create()on each resource. This will replace any other resources already added to the statement.- Specified by:
resourceIdsin interfaceIamStatement.Builder- See Also:
- Resource user guide
-
addResource
public IamStatement.Builder addResource(IamResource resource)
Description copied from interface:IamStatement.BuilderAppend aResourceelement to the statement, specifying a resource that the statement covers.- Specified by:
addResourcein interfaceIamStatement.Builder- See Also:
- Resource user guide
-
addResource
public IamStatement.Builder addResource(String resource)
Description copied from interface:IamStatement.BuilderAppend aResourceelement to the statement, specifying a resource that the statement covers.This works the same as
IamStatement.Builder.addResource(IamResource), except you do not need to callIamResource.create().- Specified by:
addResourcein interfaceIamStatement.Builder- See Also:
- Resource user guide
-
notResources
public IamStatement.Builder notResources(Collection<IamResource> notResources)
Description copied from interface:IamStatement.BuilderConfigure theNotResourceelement of the statement, specifying that the statement should apply to every resource except the ones listed.This will replace any other not-resources already added to the statement.
- Specified by:
notResourcesin interfaceIamStatement.Builder- See Also:
- NotResource user guide
-
notResourceIds
public IamStatement.Builder notResourceIds(Collection<String> notResources)
Description copied from interface:IamStatement.BuilderConfigure theNotResourceelement of the statement, specifying that the statement should apply to every resource except the ones listed.This works the same as
IamStatement.Builder.notResources(Collection), except you do not need to callIamResource.create()on each resource. This will replace any other not-resources already added to the statement.- Specified by:
notResourceIdsin interfaceIamStatement.Builder- See Also:
- NotResource user guide
-
addNotResource
public IamStatement.Builder addNotResource(IamResource notResource)
Description copied from interface:IamStatement.BuilderAppend aNotResourceelement to the statement, specifying that the statement should apply to every resource except the ones listed.- Specified by:
addNotResourcein interfaceIamStatement.Builder- See Also:
- NotResource user guide
-
addNotResource
public IamStatement.Builder addNotResource(String notResource)
Description copied from interface:IamStatement.BuilderAppend aNotResourceelement to the statement, specifying that the statement should apply to every resource except the ones listed.- Specified by:
addNotResourcein interfaceIamStatement.Builder- See Also:
- NotResource user guide
-
conditions
public IamStatement.Builder conditions(Collection<IamCondition> conditions)
Description copied from interface:IamStatement.BuilderConfigure theConditionelement of the statement, specifying the conditions in which the statement is in effect.This will replace any other conditions already added to the statement.
- Specified by:
conditionsin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addCondition
public IamStatement.Builder addCondition(IamCondition condition)
Description copied from interface:IamStatement.BuilderAppend aConditionto the statement, specifying a condition in which the statement is in effect.- Specified by:
addConditionin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addCondition
public IamStatement.Builder addCondition(Consumer<IamCondition.Builder> condition)
Description copied from interface:IamStatement.BuilderAppend aConditionto the statement, specifying a condition in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamCondition), except you do not need to specifyIamCondition .builder()orbuild().- Specified by:
addConditionin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addCondition
public IamStatement.Builder addCondition(IamConditionOperator operator, IamConditionKey key, String value)
Description copied from interface:IamStatement.BuilderAppend aConditionto the statement, specifying a condition in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamCondition), except you do not need to specifyIamCondition .create().- Specified by:
addConditionin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addCondition
public IamStatement.Builder addCondition(IamConditionOperator operator, String key, String value)
Description copied from interface:IamStatement.BuilderAppend aConditionto the statement, specifying a condition in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamCondition), except you do not need to specifyIamCondition .create().- Specified by:
addConditionin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addCondition
public IamStatement.Builder addCondition(String operator, String key, String value)
Description copied from interface:IamStatement.BuilderAppend aConditionto the statement, specifying a condition in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamCondition), except you do not need to specifyIamCondition .create().- Specified by:
addConditionin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addConditions
public IamStatement.Builder addConditions(IamConditionOperator operator, IamConditionKey key, Collection<String> values)
Description copied from interface:IamStatement.BuilderAppend multipleConditions to the statement, specifying conditions in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamConditionOperator, IamConditionKey, String)multiple times with the same operator and key, but different values.- Specified by:
addConditionsin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addConditions
public IamStatement.Builder addConditions(IamConditionOperator operator, String key, Collection<String> values)
Description copied from interface:IamStatement.BuilderAppend multipleConditions to the statement, specifying conditions in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(IamConditionOperator, String, String)multiple times with the same operator and key, but different values.- Specified by:
addConditionsin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
addConditions
public IamStatement.Builder addConditions(String operator, String key, Collection<String> values)
Description copied from interface:IamStatement.BuilderAppend multipleConditions to the statement, specifying conditions in which the statement is in effect.This works the same as
IamStatement.Builder.addCondition(String, String, String)multiple times with the same operator and key, but different values.- Specified by:
addConditionsin interfaceIamStatement.Builder- See Also:
- Condition user guide
-
build
public IamStatement build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<IamStatement.Builder,IamStatement>
-
-