Interface Definition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Definition.Builder,Definition>,SdkBuilder<Definition.Builder,Definition>,SdkPojo
- Enclosing class:
- Definition
public static interface Definition.Builder extends SdkPojo, CopyableBuilder<Definition.Builder,Definition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Definition.BuilderiamActionDefinition(Consumer<IamActionDefinition.Builder> iamActionDefinition)The Identity and Access Management (IAM) action definition details.Definition.BuilderiamActionDefinition(IamActionDefinition iamActionDefinition)The Identity and Access Management (IAM) action definition details.default Definition.BuilderscpActionDefinition(Consumer<ScpActionDefinition.Builder> scpActionDefinition)The service control policies (SCPs) action definition details.Definition.BuilderscpActionDefinition(ScpActionDefinition scpActionDefinition)The service control policies (SCPs) action definition details.default Definition.BuilderssmActionDefinition(Consumer<SsmActionDefinition.Builder> ssmActionDefinition)The Amazon Web Services Systems Manager (SSM) action definition details.Definition.BuilderssmActionDefinition(SsmActionDefinition ssmActionDefinition)The Amazon Web Services Systems Manager (SSM) action definition details.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
iamActionDefinition
Definition.Builder iamActionDefinition(IamActionDefinition iamActionDefinition)
The Identity and Access Management (IAM) action definition details.
- Parameters:
iamActionDefinition- The Identity and Access Management (IAM) action definition details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamActionDefinition
default Definition.Builder iamActionDefinition(Consumer<IamActionDefinition.Builder> iamActionDefinition)
The Identity and Access Management (IAM) action definition details.
This is a convenience method that creates an instance of theIamActionDefinition.Builderavoiding the need to create one manually viaIamActionDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamActionDefinition(IamActionDefinition).- Parameters:
iamActionDefinition- a consumer that will call methods onIamActionDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
iamActionDefinition(IamActionDefinition)
-
scpActionDefinition
Definition.Builder scpActionDefinition(ScpActionDefinition scpActionDefinition)
The service control policies (SCPs) action definition details.
- Parameters:
scpActionDefinition- The service control policies (SCPs) action definition details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scpActionDefinition
default Definition.Builder scpActionDefinition(Consumer<ScpActionDefinition.Builder> scpActionDefinition)
The service control policies (SCPs) action definition details.
This is a convenience method that creates an instance of theScpActionDefinition.Builderavoiding the need to create one manually viaScpActionDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscpActionDefinition(ScpActionDefinition).- Parameters:
scpActionDefinition- a consumer that will call methods onScpActionDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scpActionDefinition(ScpActionDefinition)
-
ssmActionDefinition
Definition.Builder ssmActionDefinition(SsmActionDefinition ssmActionDefinition)
The Amazon Web Services Systems Manager (SSM) action definition details.
- Parameters:
ssmActionDefinition- The Amazon Web Services Systems Manager (SSM) action definition details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssmActionDefinition
default Definition.Builder ssmActionDefinition(Consumer<SsmActionDefinition.Builder> ssmActionDefinition)
The Amazon Web Services Systems Manager (SSM) action definition details.
This is a convenience method that creates an instance of theSsmActionDefinition.Builderavoiding the need to create one manually viaSsmActionDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tossmActionDefinition(SsmActionDefinition).- Parameters:
ssmActionDefinition- a consumer that will call methods onSsmActionDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ssmActionDefinition(SsmActionDefinition)
-
-