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