Interface GetDeviceDefinitionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDeviceDefinitionResponse.Builder,,- GetDeviceDefinitionResponse> - GreengrassResponse.Builder,- SdkBuilder<GetDeviceDefinitionResponse.Builder,,- GetDeviceDefinitionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDeviceDefinitionResponse
public static interface GetDeviceDefinitionResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceDefinitionResponse.Builder,GetDeviceDefinitionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the definition.creationTimestamp(String creationTimestamp) The time, in milliseconds since the epoch, when the definition was created.The ID of the definition.lastUpdatedTimestamp(String lastUpdatedTimestamp) The time, in milliseconds since the epoch, when the definition was last updated.latestVersion(String latestVersion) The ID of the latest version associated with the definition.latestVersionArn(String latestVersionArn) The ARN of the latest version associated with the definition.The name of the definition.Tag(s) attached to the resource arn.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe 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.
 
- 
creationTimestampThe 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.
 
- 
idThe 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.
 
- 
lastUpdatedTimestampThe 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.
 
- 
latestVersionThe 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.
 
- 
latestVersionArnThe 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.
 
- 
nameThe 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.
 
- 
tagsTag(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.
 
 
-