CopyableBuilder<SourceAuth.Builder,SourceAuth>, SdkBuilder<SourceAuth.Builder,SourceAuth>public static interface SourceAuth.Builder extends CopyableBuilder<SourceAuth.Builder,SourceAuth>
| Modifier and Type | Method | Description |
|---|---|---|
SourceAuth.Builder |
resource(String resource) |
The resource value that applies to the specified authorization type.
|
SourceAuth.Builder |
type(String type) |
The authorization type to use.
|
SourceAuth.Builder |
type(SourceAuthType type) |
The authorization type to use.
|
copyapply, buildSourceAuth.Builder type(String type)
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
type - The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.SourceAuthTypeSourceAuth.Builder type(SourceAuthType type)
The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.
type - The authorization type to use. The only valid value is OAUTH, which represents the OAuth
authorization type.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.