public static interface SlackMetadata.Builder extends SdkPojo, CopyableBuilder<SlackMetadata.Builder,SlackMetadata>
Modifier and Type | Method and Description |
---|---|
SlackMetadata.Builder |
oAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Slack account.
|
SlackMetadata.Builder |
oAuthScopes(String... oAuthScopes)
The desired authorization scope for the Slack account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SlackMetadata.Builder oAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Slack account.
oAuthScopes
- The desired authorization scope for the Slack account.SlackMetadata.Builder oAuthScopes(String... oAuthScopes)
The desired authorization scope for the Slack account.
oAuthScopes
- The desired authorization scope for the Slack account.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.