Interface ResourceNotFoundException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>,IdentitystoreException.Builder,SdkBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ResourceNotFoundException
public static interface ResourceNotFoundException.Builder extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, IdentitystoreException.Builder
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
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.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
resourceType
ResourceNotFoundException.Builder resourceType(String resourceType)
An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.
- Parameters:
resourceType- An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
ResourceNotFoundException.Builder resourceType(ResourceType resourceType)
An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.
- Parameters:
resourceType- An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceId
ResourceNotFoundException.Builder resourceId(String resourceId)
The identifier for a resource in the identity store that can be used as
UserIdorGroupId. The format forResourceIdis eitherUUIDor1234567890-UUID, whereUUIDis a randomly generated value for each resource when it is created and1234567890represents theIdentityStoreIdstring value. In the case that the identity store is migrated from a legacy SSO identity store, theResourceIdfor that identity store will be in the format ofUUID. Otherwise, it will be in the1234567890-UUIDformat.- Parameters:
resourceId- The identifier for a resource in the identity store that can be used asUserIdorGroupId. The format forResourceIdis eitherUUIDor1234567890-UUID, whereUUIDis a randomly generated value for each resource when it is created and1234567890represents theIdentityStoreIdstring value. In the case that the identity store is migrated from a legacy SSO identity store, theResourceIdfor that identity store will be in the format ofUUID. Otherwise, it will be in the1234567890-UUIDformat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestIdValue
ResourceNotFoundException.Builder requestIdValue(String requestId)
The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
- Parameters:
requestId- The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
ResourceNotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceIdentitystoreException.Builder
-
message
ResourceNotFoundException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceIdentitystoreException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ResourceNotFoundException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceIdentitystoreException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ResourceNotFoundException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceIdentitystoreException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ResourceNotFoundException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceIdentitystoreException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ResourceNotFoundException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceIdentitystoreException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-