public static interface CloudFunctionConfiguration.Builder extends CopyableBuilder<CloudFunctionConfiguration.Builder,CloudFunctionConfiguration>
Modifier and Type | Method and Description |
---|---|
CloudFunctionConfiguration.Builder |
cloudFunction(String cloudFunction)
Sets the value of the CloudFunction property for this object.
|
CloudFunctionConfiguration.Builder |
event(Event event)
Sets the value of the Event property for this object.
|
CloudFunctionConfiguration.Builder |
event(String event)
Sets the value of the Event property for this object.
|
CloudFunctionConfiguration.Builder |
events(Collection<String> events)
Sets the value of the Events property for this object.
|
CloudFunctionConfiguration.Builder |
events(String... events)
Sets the value of the Events property for this object.
|
CloudFunctionConfiguration.Builder |
id(String id)
Sets the value of the Id property for this object.
|
CloudFunctionConfiguration.Builder |
invocationRole(String invocationRole)
Sets the value of the InvocationRole property for this object.
|
copy
apply, build
CloudFunctionConfiguration.Builder id(String id)
id
- The new value for the Id property for this object.CloudFunctionConfiguration.Builder event(String event)
CloudFunctionConfiguration.Builder event(Event event)
CloudFunctionConfiguration.Builder events(Collection<String> events)
events
- The new value for the Events property for this object.CloudFunctionConfiguration.Builder events(String... events)
events
- The new value for the Events property for this object.CloudFunctionConfiguration.Builder cloudFunction(String cloudFunction)
cloudFunction
- The new value for the CloudFunction property for this object.CloudFunctionConfiguration.Builder invocationRole(String invocationRole)
invocationRole
- The new value for the InvocationRole property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.