StructuredPojo
, ToCopyableBuilder<Function.Builder,Function>
@Generated("software.amazon.awssdk:codegen") public class Function extends Object implements StructuredPojo, ToCopyableBuilder<Function.Builder,Function>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Function.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Function.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
functionArn() |
Arn of the Lambda function.
|
FunctionConfiguration |
functionConfiguration() |
Configuration of the function
|
int |
hashCode() |
|
String |
id() |
Id of the function in this version.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Function.Builder> |
serializableBuilderClass() |
|
Function.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String functionArn()
public FunctionConfiguration functionConfiguration()
public String id()
public Function.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Function.Builder,Function>
public static Function.Builder builder()
public static Class<? extends Function.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.