Interface SlackMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SlackMetadata.Builder,,- SlackMetadata> - SdkBuilder<SlackMetadata.Builder,,- SlackMetadata> - SdkPojo
- Enclosing class:
- SlackMetadata
@Mutable
@NotThreadSafe
public static interface SlackMetadata.Builder
extends SdkPojo, CopyableBuilder<SlackMetadata.Builder,SlackMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptionoAuthScopes(String... oAuthScopes) The desired authorization scope for the Slack account.oAuthScopes(Collection<String> oAuthScopes) The desired authorization scope for the Slack account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
oAuthScopesThe 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.
 
- 
oAuthScopesThe 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.
 
 
-