Interface InputSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputSource.Builder,InputSource>,SdkBuilder<InputSource.Builder,InputSource>,SdkPojo
- Enclosing class:
- InputSource
public static interface InputSource.Builder extends SdkPojo, CopyableBuilder<InputSource.Builder,InputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputSource.BuilderpasswordParam(String passwordParam)The key used to extract the password from EC2 Parameter store.InputSource.Builderurl(String url)This represents the customer's source URL where stream is pulled from.InputSource.Builderusername(String username)The username for the input source.-
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
-
passwordParam
InputSource.Builder passwordParam(String passwordParam)
The key used to extract the password from EC2 Parameter store.- Parameters:
passwordParam- The key used to extract the password from EC2 Parameter store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
InputSource.Builder url(String url)
This represents the customer's source URL where stream is pulled from.- Parameters:
url- This represents the customer's source URL where stream is pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
InputSource.Builder username(String username)
The username for the input source.- Parameters:
username- The username for the input source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-