Interface StartMonitorDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMonitorDeploymentRequest.Builder,StartMonitorDeploymentRequest>,MediaLiveRequest.Builder,SdkBuilder<StartMonitorDeploymentRequest.Builder,StartMonitorDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMonitorDeploymentRequest
public static interface StartMonitorDeploymentRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<StartMonitorDeploymentRequest.Builder,StartMonitorDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMonitorDeploymentRequest.BuilderdryRun(Boolean dryRun)Sets the value of the DryRun property for this object.StartMonitorDeploymentRequest.Builderidentifier(String identifier)A signal map's identifier.StartMonitorDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMonitorDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.medialive.model.MediaLiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
StartMonitorDeploymentRequest.Builder dryRun(Boolean dryRun)
Sets the value of the DryRun property for this object.- Parameters:
dryRun- The new value for the DryRun property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
StartMonitorDeploymentRequest.Builder identifier(String identifier)
A signal map's identifier. Can be either be its id or current name.- Parameters:
identifier- A signal map's identifier. Can be either be its id or current name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMonitorDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMonitorDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-