Interface SourceAuth.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceAuth.Builder,,SourceAuth> SdkBuilder<SourceAuth.Builder,,SourceAuth> SdkPojo
- Enclosing class:
SourceAuth
-
Method Summary
Modifier and TypeMethodDescriptionThe resource value that applies to the specified authorization type.type(SourceAuthType type) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-