Interface ScheduledActionAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledActionAssociation.Builder,
,ScheduledActionAssociation> SdkBuilder<ScheduledActionAssociation.Builder,
,ScheduledActionAssociation> SdkPojo
- Enclosing class:
ScheduledActionAssociation
@Mutable
@NotThreadSafe
public static interface ScheduledActionAssociation.Builder
extends SdkPojo, CopyableBuilder<ScheduledActionAssociation.Builder,ScheduledActionAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaceName
(String namespaceName) Name of associated Amazon Redshift Serverless namespace.scheduledActionName
(String scheduledActionName) Name of associated scheduled action.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 Details
-
namespaceName
Name of associated Amazon Redshift Serverless namespace.
- Parameters:
namespaceName
- Name of associated Amazon Redshift Serverless namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledActionName
Name of associated scheduled action.
- Parameters:
scheduledActionName
- Name of associated scheduled action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-