public static interface EventIntegrationAssociation.Builder extends SdkPojo, CopyableBuilder<EventIntegrationAssociation.Builder,EventIntegrationAssociation>
| Modifier and Type | Method and Description |
|---|---|
EventIntegrationAssociation.Builder |
clientAssociationMetadata(Map<String,String> clientAssociationMetadata)
The metadata associated with the client.
|
EventIntegrationAssociation.Builder |
clientId(String clientId)
The identifier for the client that is associated with the event integration.
|
EventIntegrationAssociation.Builder |
eventBridgeRuleName(String eventBridgeRuleName)
The name of the EventBridge rule.
|
EventIntegrationAssociation.Builder |
eventIntegrationAssociationArn(String eventIntegrationAssociationArn)
The Amazon Resource Name (ARN) for the event integration association.
|
EventIntegrationAssociation.Builder |
eventIntegrationAssociationId(String eventIntegrationAssociationId)
The identifier for the event integration association.
|
EventIntegrationAssociation.Builder |
eventIntegrationName(String eventIntegrationName)
The name of the event integration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventIntegrationAssociation.Builder eventIntegrationAssociationArn(String eventIntegrationAssociationArn)
The Amazon Resource Name (ARN) for the event integration association.
eventIntegrationAssociationArn - The Amazon Resource Name (ARN) for the event integration association.EventIntegrationAssociation.Builder eventIntegrationAssociationId(String eventIntegrationAssociationId)
The identifier for the event integration association.
eventIntegrationAssociationId - The identifier for the event integration association.EventIntegrationAssociation.Builder eventIntegrationName(String eventIntegrationName)
The name of the event integration.
eventIntegrationName - The name of the event integration.EventIntegrationAssociation.Builder clientId(String clientId)
The identifier for the client that is associated with the event integration.
clientId - The identifier for the client that is associated with the event integration.EventIntegrationAssociation.Builder eventBridgeRuleName(String eventBridgeRuleName)
The name of the EventBridge rule.
eventBridgeRuleName - The name of the EventBridge rule.EventIntegrationAssociation.Builder clientAssociationMetadata(Map<String,String> clientAssociationMetadata)
The metadata associated with the client.
clientAssociationMetadata - The metadata associated with the client.Copyright © 2023. All rights reserved.