public static interface ResourceNotFoundException.Builder extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, IdentitystoreException.Builder
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsResourceNotFoundException.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.
resourceType - An enum object indicating the type of resource in the identity store service. Valid values include
USER, GROUP, and IDENTITY_STORE.ResourceType,
ResourceTypeResourceNotFoundException.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.
resourceType - An enum object indicating the type of resource in the identity store service. Valid values include
USER, GROUP, and IDENTITY_STORE.ResourceType,
ResourceTypeResourceNotFoundException.Builder resourceId(String resourceId)
The identifier for a resource in the identity store that can be used as UserId or
GroupId. The format for ResourceId is either UUID or
1234567890-UUID, where UUID is a randomly generated value for each resource when it
is created and 1234567890 represents the IdentityStoreId string value. In the case
that the identity store is migrated from a legacy SSO identity store, the ResourceId for that
identity store will be in the format of UUID. Otherwise, it will be in the
1234567890-UUID format.
resourceId - The identifier for a resource in the identity store that can be used as UserId or
GroupId. The format for ResourceId is either UUID or
1234567890-UUID, where UUID is a randomly generated value for each resource
when it is created and 1234567890 represents the IdentityStoreId string
value. In the case that the identity store is migrated from a legacy SSO identity store, the
ResourceId for that identity store will be in the format of UUID. Otherwise,
it will be in the 1234567890-UUID format.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.
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.ResourceNotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface IdentitystoreException.BuilderResourceNotFoundException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface IdentitystoreException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderResourceNotFoundException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface IdentitystoreException.BuilderrequestId in interface SdkServiceException.BuilderResourceNotFoundException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface IdentitystoreException.BuilderstatusCode in interface SdkServiceException.BuilderResourceNotFoundException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface IdentitystoreException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderResourceNotFoundException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface IdentitystoreException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.