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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMonitorResponse.BuilderidentityCenterApplicationArn(String identityCenterApplicationArn)The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.CreateMonitorResponse.BuildermonitorId(String monitorId)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identityCenterApplicationArn
CreateMonitorResponse.Builder identityCenterApplicationArn(String 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.
-
monitorId
CreateMonitorResponse.Builder monitorId(String 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.
-
-