Interface As2AsyncMdnConnectorConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<As2AsyncMdnConnectorConfig.Builder,,As2AsyncMdnConnectorConfig> SdkBuilder<As2AsyncMdnConnectorConfig.Builder,,As2AsyncMdnConnectorConfig> SdkPojo
- Enclosing class:
As2AsyncMdnConnectorConfig
@Mutable
@NotThreadSafe
public static interface As2AsyncMdnConnectorConfig.Builder
extends SdkPojo, CopyableBuilder<As2AsyncMdnConnectorConfig.Builder,As2AsyncMdnConnectorConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA list of server identifiers that can handle asynchronous MDN responses.serverIds(Collection<String> serverIds) A list of server identifiers that can handle asynchronous MDN responses.The URL endpoint where asynchronous MDN responses should be sent.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
-
url
The URL endpoint where asynchronous MDN responses should be sent.
- Parameters:
url- The URL endpoint where asynchronous MDN responses should be sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverIds
A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
- Parameters:
serverIds- A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverIds
A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
- Parameters:
serverIds- A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-