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)
The authorization type to use.
|
SourceAuth.Builder |
type(String type)
The authorization type to use.
|
copy
applyMutation, build
SourceAuth.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.SourceAuthType
,
SourceAuthType
SourceAuth.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.SourceAuthType
,
SourceAuthType
SourceAuth.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.