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