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