Interface SourceAuth.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceAuth.Builder,SourceAuth>,SdkBuilder<SourceAuth.Builder,SourceAuth>,SdkPojo
- Enclosing class:
- SourceAuth
public static interface SourceAuth.Builder extends SdkPojo, CopyableBuilder<SourceAuth.Builder,SourceAuth>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceAuth.Builderresource(String resource)The resource value that applies to the specified authorization type.SourceAuth.Buildertype(String type)SourceAuth.Buildertype(SourceAuthType type)-
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
-
type
SourceAuth.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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SourceAuthType,SourceAuthType
-
type
SourceAuth.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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SourceAuthType,SourceAuthType
-
resource
SourceAuth.Builder resource(String resource)
The resource value that applies to the specified authorization type.
- Parameters:
resource- The resource value that applies to the specified authorization type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-