public static interface ResourceInfo.Builder extends SdkPojo, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo.Builder |
lastModified(Instant lastModified)
The date and time the resource was last modified.
|
ResourceInfo.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
ResourceInfo.Builder |
roleArn(String roleArn)
The IAM role that registered a resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceInfo.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.ResourceInfo.Builder roleArn(String roleArn)
The IAM role that registered a resource.
roleArn - The IAM role that registered a resource.ResourceInfo.Builder lastModified(Instant lastModified)
The date and time the resource was last modified.
lastModified - The date and time the resource was last modified.Copyright © 2019. All rights reserved.