Interface DescribeResourcePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeResourcePolicyResponse.Builder,
,DescribeResourcePolicyResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<DescribeResourcePolicyResponse.Builder,
,DescribeResourcePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeResourcePolicyResponse
@Mutable
@NotThreadSafe
public static interface DescribeResourcePolicyResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourcePolicyResponse.Builder,DescribeResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time when the resource policy was created.lastModifiedTime
(Instant lastModifiedTime) The time when the resource policy was last modified.policyRevisionId
(String policyRevisionId) A unique identifier for a revision of the resource policy.resourcePolicy
(String resourcePolicy) The resource policy in a JSON-formatted string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policyRevisionId
A unique identifier for a revision of the resource policy.
- Parameters:
policyRevisionId
- A unique identifier for a revision of the resource policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcePolicy
The resource policy in a JSON-formatted string.
- Parameters:
resourcePolicy
- The resource policy in a JSON-formatted string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time when the resource policy was created.
- Parameters:
creationTime
- The time when the resource policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time when the resource policy was last modified.
- Parameters:
lastModifiedTime
- The time when the resource policy was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-