Interface GetFunctionDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFunctionDefinitionResponse.Builder,GetFunctionDefinitionResponse>,GreengrassResponse.Builder,SdkBuilder<GetFunctionDefinitionResponse.Builder,GetFunctionDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetFunctionDefinitionResponse
public static interface GetFunctionDefinitionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetFunctionDefinitionResponse.Builder,GetFunctionDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFunctionDefinitionResponse.Builderarn(String arn)The ARN of the definition.GetFunctionDefinitionResponse.BuildercreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the definition was created.GetFunctionDefinitionResponse.Builderid(String id)The ID of the definition.GetFunctionDefinitionResponse.BuilderlastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the definition was last updated.GetFunctionDefinitionResponse.BuilderlatestVersion(String latestVersion)The ID of the latest version associated with the definition.GetFunctionDefinitionResponse.BuilderlatestVersionArn(String latestVersionArn)The ARN of the latest version associated with the definition.GetFunctionDefinitionResponse.Buildername(String name)The name of the definition.GetFunctionDefinitionResponse.Buildertags(Map<String,String> tags)Tag(s) attached to the resource arn.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetFunctionDefinitionResponse.Builder arn(String arn)
The ARN of the definition.- Parameters:
arn- The ARN of the definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
GetFunctionDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.- Parameters:
creationTimestamp- The time, in milliseconds since the epoch, when the definition was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetFunctionDefinitionResponse.Builder id(String id)
The ID of the definition.- Parameters:
id- The ID of the definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
GetFunctionDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.- Parameters:
lastUpdatedTimestamp- The time, in milliseconds since the epoch, when the definition was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
GetFunctionDefinitionResponse.Builder latestVersion(String latestVersion)
The ID of the latest version associated with the definition.- Parameters:
latestVersion- The ID of the latest version associated with the definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionArn
GetFunctionDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.- Parameters:
latestVersionArn- The ARN of the latest version associated with the definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetFunctionDefinitionResponse.Builder name(String name)
The name of the definition.- Parameters:
name- The name of the definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetFunctionDefinitionResponse.Builder tags(Map<String,String> tags)
Tag(s) attached to the resource arn.- Parameters:
tags- Tag(s) attached to the resource arn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-