Interface StopEngagementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopEngagementRequest.Builder,StopEngagementRequest>,SdkBuilder<StopEngagementRequest.Builder,StopEngagementRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- StopEngagementRequest
public static interface StopEngagementRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<StopEngagementRequest.Builder,StopEngagementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopEngagementRequest.BuilderengagementId(String engagementId)The Amazon Resource Name (ARN) of the engagement.StopEngagementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopEngagementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopEngagementRequest.Builderreason(String reason)The reason that you're stopping the engagement.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
-
-
-
Method Detail
-
engagementId
StopEngagementRequest.Builder engagementId(String engagementId)
The Amazon Resource Name (ARN) of the engagement.
- Parameters:
engagementId- The Amazon Resource Name (ARN) of the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
StopEngagementRequest.Builder reason(String reason)
The reason that you're stopping the engagement.
- Parameters:
reason- The reason that you're stopping the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopEngagementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopEngagementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-