public static interface InputSource.Builder extends SdkPojo, CopyableBuilder<InputSource.Builder,InputSource>
Modifier and Type | Method and Description |
---|---|
InputSource.Builder |
passwordParam(String passwordParam)
The key used to extract the password from EC2 Parameter store.
|
InputSource.Builder |
url(String url)
This represents the customer's source URL where stream is pulled from.
|
InputSource.Builder |
username(String username)
The username for the input source.
|
copy
applyMutation, build
InputSource.Builder passwordParam(String passwordParam)
passwordParam
- The key used to extract the password from EC2 Parameter store.InputSource.Builder url(String url)
url
- This represents the customer's source URL where stream is pulled from.InputSource.Builder username(String username)
username
- The username for the input source.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.