Interface AddAttachmentsToSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>,SdkBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>,SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
- AddAttachmentsToSetResponse
public static interface AddAttachmentsToSetResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddAttachmentsToSetResponse.BuilderattachmentSetId(String attachmentSetId)The ID of the attachment set.AddAttachmentsToSetResponse.BuilderexpiryTime(String expiryTime)The time and date when the attachment set expires.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
attachmentSetId
AddAttachmentsToSetResponse.Builder attachmentSetId(String attachmentSetId)
The ID of the attachment set. If an
attachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anattachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Parameters:
attachmentSetId- The ID of the attachment set. If anattachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anattachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiryTime
AddAttachmentsToSetResponse.Builder expiryTime(String expiryTime)
The time and date when the attachment set expires.
- Parameters:
expiryTime- The time and date when the attachment set expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-