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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContactPolicyResponse.BuildercontactArn(String contactArn)The ARN of the contact or escalation plan.GetContactPolicyResponse.Builderpolicy(String policy)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 Detail
-
contactArn
GetContactPolicyResponse.Builder contactArn(String 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
GetContactPolicyResponse.Builder policy(String 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.
-
-