Interface Definition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Definition.Builder,
,Definition> SdkBuilder<Definition.Builder,
,Definition> SdkPojo
- Enclosing class:
Definition
-
Method Summary
Modifier and TypeMethodDescriptiondefault Definition.Builder
iamActionDefinition
(Consumer<IamActionDefinition.Builder> iamActionDefinition) The Identity and Access Management (IAM) action definition details.iamActionDefinition
(IamActionDefinition iamActionDefinition) The Identity and Access Management (IAM) action definition details.default Definition.Builder
scpActionDefinition
(Consumer<ScpActionDefinition.Builder> scpActionDefinition) The service control policies (SCPs) action definition details.scpActionDefinition
(ScpActionDefinition scpActionDefinition) The service control policies (SCPs) action definition details.default Definition.Builder
ssmActionDefinition
(Consumer<SsmActionDefinition.Builder> ssmActionDefinition) The Amazon Web Services Systems Manager (SSM) action definition details.ssmActionDefinition
(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, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaIamActionDefinition.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaScpActionDefinition.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaSsmActionDefinition.builder()
.When the
Consumer
completes,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:
-