public static interface InputSource.Builder extends CopyableBuilder<InputSource.Builder,InputSource>
| Modifier and Type | Method and Description | 
|---|---|
| InputSource.Builder | passwordParam(String passwordParam)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)username for input source | 
copyapplyMutation, buildInputSource.Builder passwordParam(String passwordParam)
passwordParam - key used to extract the password from EC2 Parameter storeInputSource.Builder url(String url)
url - This represents the customer's source URL where stream is pulled from.InputSource.Builder username(String username)
username - username for input sourceCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.