@Generated(value="software.amazon.awssdk:codegen") public class CloudFunctionConfiguration extends Object implements ToCopyableBuilder<CloudFunctionConfiguration.Builder,CloudFunctionConfiguration>
Modifier and Type | Class and Description |
---|---|
static interface |
CloudFunctionConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static CloudFunctionConfiguration.Builder |
builder() |
String |
cloudFunction()
Returns the value of the CloudFunction property for this object.
|
boolean |
equals(Object obj) |
Event |
event()
Returns the value of the Event property for this object.
|
String |
eventAsString()
Returns the value of the Event property for this object.
|
List<Event> |
events()
Returns the value of the Events property for this object.
|
List<String> |
eventsAsStrings()
Returns the value of the Events property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Returns the value of the Id property for this object.
|
String |
invocationRole()
Returns the value of the InvocationRole property for this object.
|
static Class<? extends CloudFunctionConfiguration.Builder> |
serializableBuilderClass() |
CloudFunctionConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
public Event event()
If the service returns an enum value that is not available in the current SDK version, event
will return
Event.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
eventAsString()
.
Event
public String eventAsString()
If the service returns an enum value that is not available in the current SDK version, event
will return
Event.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
eventAsString()
.
Event
public List<Event> events()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> eventsAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String cloudFunction()
public String invocationRole()
public CloudFunctionConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CloudFunctionConfiguration.Builder,CloudFunctionConfiguration>
public static CloudFunctionConfiguration.Builder builder()
public static Class<? extends CloudFunctionConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.