Interface CreateMonitorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateMonitorResponse.Builder,
,CreateMonitorResponse> DeadlineResponse.Builder
,SdkBuilder<CreateMonitorResponse.Builder,
,CreateMonitorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateMonitorResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.
-