Interface MetaFlowHealthEntity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetaFlowHealthEntity.Builder,,MetaFlowHealthEntity> SdkBuilder<MetaFlowHealthEntity.Builder,,MetaFlowHealthEntity> SdkPojo
- Enclosing class:
MetaFlowHealthEntity
@Mutable
@NotThreadSafe
public static interface MetaFlowHealthEntity.Builder
extends SdkPojo, CopyableBuilder<MetaFlowHealthEntity.Builder,MetaFlowHealthEntity>
-
Method Summary
Modifier and TypeMethodDescriptioncanSendMessage(String canSendMessage) The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).entityType(String entityType) The type of entity (for example, FLOW, WABA, BUSINESS, or APP).The unique identifier of the entity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
entityType
The type of entity (for example, FLOW, WABA, BUSINESS, or APP).
- Parameters:
entityType- The type of entity (for example, FLOW, WABA, BUSINESS, or APP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the entity.
- Parameters:
id- The unique identifier of the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canSendMessage
The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).
- Parameters:
canSendMessage- The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-