public static interface ResourceDetail.Builder extends SdkPojo, CopyableBuilder<ResourceDetail.Builder,ResourceDetail>
Modifier and Type | Method and Description |
---|---|
ResourceDetail.Builder |
arn(String arn)
The ARN of the resource.
|
ResourceDetail.Builder |
createdTime(Instant createdTime)
The creation time of the resource.
|
ResourceDetail.Builder |
description(String description)
The description of the resource.
|
ResourceDetail.Builder |
id(String id)
The identifier of the resource.
|
ResourceDetail.Builder |
name(String name)
The name of the resource.
|
copy
applyMutation, build
ResourceDetail.Builder id(String id)
The identifier of the resource.
id
- The identifier of the resource.ResourceDetail.Builder arn(String arn)
The ARN of the resource.
arn
- The ARN of the resource.ResourceDetail.Builder name(String name)
The name of the resource.
name
- The name of the resource.ResourceDetail.Builder description(String description)
The description of the resource.
description
- The description of the resource.ResourceDetail.Builder createdTime(Instant createdTime)
The creation time of the resource.
createdTime
- The creation time of the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.