Interface ServiceQuotaExceededExceptionReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,
,ServiceQuotaExceededExceptionReason> SdkBuilder<ServiceQuotaExceededExceptionReason.Builder,
,ServiceQuotaExceededExceptionReason> SdkPojo
- Enclosing class:
ServiceQuotaExceededExceptionReason
@Mutable
@NotThreadSafe
public static interface ServiceQuotaExceededExceptionReason.Builder
extends SdkPojo, CopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>
-
Method Summary
Modifier and TypeMethodDescriptionattachedFileServiceQuotaExceededExceptionReason
(String attachedFileServiceQuotaExceededExceptionReason) Total file size of all files or total number of files exceeds the service quotaattachedFileServiceQuotaExceededExceptionReason
(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason) Total file size of all files or total number of files exceeds the service quotaMethods 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 Details
-
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
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:
-