Interface CreateDeviceDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDeviceDefinitionResponse.Builder,CreateDeviceDefinitionResponse>,GreengrassResponse.Builder,SdkBuilder<CreateDeviceDefinitionResponse.Builder,CreateDeviceDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDeviceDefinitionResponse
public static interface CreateDeviceDefinitionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<CreateDeviceDefinitionResponse.Builder,CreateDeviceDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDeviceDefinitionResponse.Builderarn(String arn)The ARN of the definition.CreateDeviceDefinitionResponse.BuildercreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the definition was created.CreateDeviceDefinitionResponse.Builderid(String id)The ID of the definition.CreateDeviceDefinitionResponse.BuilderlastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the definition was last updated.CreateDeviceDefinitionResponse.BuilderlatestVersion(String latestVersion)The ID of the latest version associated with the definition.CreateDeviceDefinitionResponse.BuilderlatestVersionArn(String latestVersionArn)The ARN of the latest version associated with the definition.CreateDeviceDefinitionResponse.Buildername(String name)The name of the definition.-
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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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
CreateDeviceDefinitionResponse.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.
-
-