Interface SourceAuth.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceAuth.Builder,,- SourceAuth> - SdkBuilder<SourceAuth.Builder,,- SourceAuth> - SdkPojo
- Enclosing class:
- SourceAuth
@Mutable
@NotThreadSafe
public static interface SourceAuth.Builder
extends SdkPojo, CopyableBuilder<SourceAuth.Builder,SourceAuth> 
- 
Method SummaryModifier and TypeMethodDescriptionThe resource value that applies to the specified authorization type.The authorization type to use.type(SourceAuthType type) The authorization type to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER. - Parameters:
- type- The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER. - Parameters:
- type- The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceThe 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.
 
 
-