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 Details

    • 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.