DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.arn(String arn) |
The ARN of the
component version.
|
static DescribeComponentResponse.Builder |
DescribeComponentResponse.builder() |
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.componentName(String componentName) |
The name of the component.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.componentVersion(String componentVersion) |
The version of the component.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.creationTimestamp(Instant creationTimestamp) |
The time at which the component was created, expressed in ISO 8601 format.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.description(String description) |
The description of the component version.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.platforms(Collection<ComponentPlatform> platforms) |
The platforms that the component version supports.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.platforms(Consumer<ComponentPlatform.Builder>... platforms) |
The platforms that the component version supports.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.platforms(ComponentPlatform... platforms) |
The platforms that the component version supports.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.publisher(String publisher) |
The publisher of the component version.
|
default DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.status(Consumer<CloudComponentStatus.Builder> status) |
The status of the component version in IoT Greengrass V2.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.status(CloudComponentStatus status) |
The status of the component version in IoT Greengrass V2.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.tags(Map<String,String> tags) |
A list of key-value pairs that contain metadata for the resource.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.toBuilder() |
|