Class CfnConnector.ConnectorAsyncMdnConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnConnector.ConnectorAsyncMdnConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnector.ConnectorAsyncMdnConfigProperty>
- Enclosing interface:
CfnConnector.ConnectorAsyncMdnConfigProperty
@Stability(Stable)
public static final class CfnConnector.ConnectorAsyncMdnConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnector.ConnectorAsyncMdnConfigProperty>
A builder for
CfnConnector.ConnectorAsyncMdnConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnector.ConnectorAsyncMdnConfigProperty.getServerIds()Sets the value ofCfnConnector.ConnectorAsyncMdnConfigProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serverIds
@Stability(Stable) public CfnConnector.ConnectorAsyncMdnConfigProperty.Builder serverIds(List<String> serverIds) Sets the value ofCfnConnector.ConnectorAsyncMdnConfigProperty.getServerIds()- Parameters:
serverIds- the value to be set. This parameter is required.- Returns:
this
-
url
Sets the value ofCfnConnector.ConnectorAsyncMdnConfigProperty.getUrl()- Parameters:
url- URL of the server to receive the MDN response on. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnector.ConnectorAsyncMdnConfigProperty>- Returns:
- a new instance of
CfnConnector.ConnectorAsyncMdnConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-