Interface GetContactPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetContactPolicyResponse.Builder,
,GetContactPolicyResponse> SdkBuilder<GetContactPolicyResponse.Builder,
,GetContactPolicyResponse> SdkPojo
,SdkResponse.Builder
,SsmContactsResponse.Builder
- Enclosing class:
GetContactPolicyResponse
public static interface GetContactPolicyResponse.Builder
extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<GetContactPolicyResponse.Builder,GetContactPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontactArn
(String contactArn) The ARN of the contact or escalation plan.Details about the resource policy attached to the contact or escalation plan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
contactArn
The ARN of the contact or escalation plan.
- Parameters:
contactArn
- The ARN of the contact or escalation plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
Details about the resource policy attached to the contact or escalation plan.
- Parameters:
policy
- Details about the resource policy attached to the contact or escalation plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-