Interface CreateMonitorResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateMonitorResponse.Builder,,CreateMonitorResponse> DeadlineResponse.Builder,SdkBuilder<CreateMonitorResponse.Builder,,CreateMonitorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateMonitorResponse
public static interface CreateMonitorResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<CreateMonitorResponse.Builder,CreateMonitorResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionidentityCenterApplicationArn(String identityCenterApplicationArn) The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.The unique identifier of the monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
monitorId
The unique identifier of the monitor.
- Parameters:
 monitorId- The unique identifier of the monitor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
identityCenterApplicationArn
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
- Parameters:
 identityCenterApplicationArn- The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -