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