Interface GetAttachmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectParticipantRequest.Builder,CopyableBuilder<GetAttachmentRequest.Builder,GetAttachmentRequest>,SdkBuilder<GetAttachmentRequest.Builder,GetAttachmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAttachmentRequest
public static interface GetAttachmentRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<GetAttachmentRequest.Builder,GetAttachmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAttachmentRequest.BuilderattachmentId(String attachmentId)A unique identifier for the attachment.GetAttachmentRequest.BuilderconnectionToken(String connectionToken)The authentication token associated with the participant's connection.GetAttachmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttachmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttachmentRequest.BuilderurlExpiryInSeconds(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 Detail
-
attachmentId
GetAttachmentRequest.Builder attachmentId(String 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
GetAttachmentRequest.Builder connectionToken(String 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
GetAttachmentRequest.Builder urlExpiryInSeconds(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-