Interface ServiceQuotaExceededExceptionReason.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>,SdkBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>,SdkPojo
- Enclosing class:
- ServiceQuotaExceededExceptionReason
public static interface ServiceQuotaExceededExceptionReason.Builder extends SdkPojo, CopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceQuotaExceededExceptionReason.BuilderattachedFileServiceQuotaExceededExceptionReason(String attachedFileServiceQuotaExceededExceptionReason)Total file size of all files or total number of files exceeds the service quotaServiceQuotaExceededExceptionReason.BuilderattachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason)Total file size of all files or total number of files exceeds the service quota-
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.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attachedFileServiceQuotaExceededExceptionReason
ServiceQuotaExceededExceptionReason.Builder attachedFileServiceQuotaExceededExceptionReason(String attachedFileServiceQuotaExceededExceptionReason)
Total file size of all files or total number of files exceeds the service quota
- Parameters:
attachedFileServiceQuotaExceededExceptionReason- Total file size of all files or total number of files exceeds the service quota- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachedFileServiceQuotaExceededExceptionReason,AttachedFileServiceQuotaExceededExceptionReason
-
attachedFileServiceQuotaExceededExceptionReason
ServiceQuotaExceededExceptionReason.Builder attachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason)
Total file size of all files or total number of files exceeds the service quota
- Parameters:
attachedFileServiceQuotaExceededExceptionReason- Total file size of all files or total number of files exceeds the service quota- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachedFileServiceQuotaExceededExceptionReason,AttachedFileServiceQuotaExceededExceptionReason
-
-