Interface GetCaseAttachmentDownloadUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCaseAttachmentDownloadUrlRequest.Builder,GetCaseAttachmentDownloadUrlRequest>,SdkBuilder<GetCaseAttachmentDownloadUrlRequest.Builder,GetCaseAttachmentDownloadUrlRequest>,SdkPojo,SdkRequest.Builder,SecurityIrRequest.Builder
- Enclosing class:
- GetCaseAttachmentDownloadUrlRequest
public static interface GetCaseAttachmentDownloadUrlRequest.Builder extends SecurityIrRequest.Builder, SdkPojo, CopyableBuilder<GetCaseAttachmentDownloadUrlRequest.Builder,GetCaseAttachmentDownloadUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCaseAttachmentDownloadUrlRequest.BuilderattachmentId(String attachmentId)Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.GetCaseAttachmentDownloadUrlRequest.BuildercaseId(String caseId)Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.GetCaseAttachmentDownloadUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCaseAttachmentDownloadUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrRequest.Builder
build
-
-
-
-
Method Detail
-
caseId
GetCaseAttachmentDownloadUrlRequest.Builder caseId(String caseId)
Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.
- Parameters:
caseId- Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
GetCaseAttachmentDownloadUrlRequest.Builder attachmentId(String attachmentId)
Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.
- Parameters:
attachmentId- Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCaseAttachmentDownloadUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCaseAttachmentDownloadUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-