public static interface SourceAuth.Builder extends SdkPojo, CopyableBuilder<SourceAuth.Builder,SourceAuth>
| Modifier and Type | Method and Description |
|---|---|
SourceAuth.Builder |
resource(String resource)
The resource value that applies to the specified authorization type.
|
SourceAuth.Builder |
type(SourceAuthType type)
|
SourceAuth.Builder |
type(String type)
|
copyapplyMutation, buildSourceAuth.Builder type(String type)
This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
type - This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
SourceAuthType,
SourceAuthTypeSourceAuth.Builder type(SourceAuthType type)
This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
type - This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
SourceAuthType,
SourceAuthTypeSourceAuth.Builder resource(String resource)
The resource value that applies to the specified authorization type.
resource - The resource value that applies to the specified authorization type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.