Interface Intent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Intent.Builder,Intent>,SdkBuilder<Intent.Builder,Intent>,SdkPojo
- Enclosing class:
- Intent
public static interface Intent.Builder extends SdkPojo, CopyableBuilder<Intent.Builder,Intent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent.BuilderintentName(String intentName)The name of the intent.Intent.BuilderintentVersion(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 Detail
-
intentName
Intent.Builder intentName(String 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
Intent.Builder intentVersion(String 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.
-
-