Interface Intent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Intent.Builder,
,Intent> SdkBuilder<Intent.Builder,
,Intent> SdkPojo
- Enclosing class:
Intent
-
Method Summary
Modifier and TypeMethodDescriptionintentName
(String intentName) The name of the intent.intentVersion
(String intentVersion) The version of the intent.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
-
intentName
The name of the intent.
- Parameters:
intentName
- The name of the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentVersion
The version of the intent.
- Parameters:
intentVersion
- The version of the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-