Interface GetAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectParticipantRequest.Builder
,CopyableBuilder<GetAttachmentRequest.Builder,
,GetAttachmentRequest> SdkBuilder<GetAttachmentRequest.Builder,
,GetAttachmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetAttachmentRequest
@Mutable
@NotThreadSafe
public static interface GetAttachmentRequest.Builder
extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<GetAttachmentRequest.Builder,GetAttachmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId
(String attachmentId) A unique identifier for the attachment.connectionToken
(String connectionToken) The authentication token associated with the participant's connection.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.urlExpiryInSeconds
(Integer urlExpiryInSeconds) The expiration time of the URL in ISO timestamp.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantRequest.Builder
build
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 Details
-
attachmentId
A unique identifier for the attachment.
- Parameters:
attachmentId
- A unique identifier for the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionToken
The authentication token associated with the participant's connection.
- Parameters:
connectionToken
- The authentication token associated with the participant's connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlExpiryInSeconds
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
- Parameters:
urlExpiryInSeconds
- The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-