Interface SlackMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlackMetadata.Builder,SlackMetadata>,SdkBuilder<SlackMetadata.Builder,SlackMetadata>,SdkPojo
- Enclosing class:
- SlackMetadata
public static interface SlackMetadata.Builder extends SdkPojo, CopyableBuilder<SlackMetadata.Builder,SlackMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlackMetadata.BuilderoAuthScopes(String... oAuthScopes)The desired authorization scope for the Slack account.SlackMetadata.BuilderoAuthScopes(Collection<String> oAuthScopes)The desired authorization scope for the Slack account.-
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
-
oAuthScopes
SlackMetadata.Builder oAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Slack account.
- Parameters:
oAuthScopes- The desired authorization scope for the Slack account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuthScopes
SlackMetadata.Builder oAuthScopes(String... oAuthScopes)
The desired authorization scope for the Slack account.
- Parameters:
oAuthScopes- The desired authorization scope for the Slack account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-