Interface AppliedExtension.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppliedExtension.Builder,AppliedExtension>,SdkBuilder<AppliedExtension.Builder,AppliedExtension>,SdkPojo
- Enclosing class:
- AppliedExtension
public static interface AppliedExtension.Builder extends SdkPojo, CopyableBuilder<AppliedExtension.Builder,AppliedExtension>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppliedExtension.BuilderextensionAssociationId(String extensionAssociationId)The system-generated ID for the association.AppliedExtension.BuilderextensionId(String extensionId)The system-generated ID of the extension.AppliedExtension.Builderparameters(Map<String,String> parameters)One or more parameters for the actions called by the extension.AppliedExtension.BuilderversionNumber(Integer versionNumber)The extension version number.-
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
-
extensionId
AppliedExtension.Builder extensionId(String extensionId)
The system-generated ID of the extension.
- Parameters:
extensionId- The system-generated ID of the extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionAssociationId
AppliedExtension.Builder extensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
- Parameters:
extensionAssociationId- The system-generated ID for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
AppliedExtension.Builder versionNumber(Integer versionNumber)
The extension version number.
- Parameters:
versionNumber- The extension version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
AppliedExtension.Builder parameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
- Parameters:
parameters- One or more parameters for the actions called by the extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-