Interface SlackConnectorProfileProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlackConnectorProfileProperties.Builder,SlackConnectorProfileProperties>,SdkBuilder<SlackConnectorProfileProperties.Builder,SlackConnectorProfileProperties>,SdkPojo
- Enclosing class:
- SlackConnectorProfileProperties
public static interface SlackConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<SlackConnectorProfileProperties.Builder,SlackConnectorProfileProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlackConnectorProfileProperties.BuilderinstanceUrl(String instanceUrl)The location of the Slack resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceUrl
SlackConnectorProfileProperties.Builder instanceUrl(String instanceUrl)
The location of the Slack resource.
- Parameters:
instanceUrl- The location of the Slack resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-