Interface GetStorageProfileForQueueResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetStorageProfileForQueueResponse.Builder,
,GetStorageProfileForQueueResponse> DeadlineResponse.Builder
,SdkBuilder<GetStorageProfileForQueueResponse.Builder,
,GetStorageProfileForQueueResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetStorageProfileForQueueResponse
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display name of the storage profile connected to a queue.fileSystemLocations
(Collection<FileSystemLocation> fileSystemLocations) The location of the files for the storage profile within the queue.fileSystemLocations
(Consumer<FileSystemLocation.Builder>... fileSystemLocations) The location of the files for the storage profile within the queue.fileSystemLocations
(FileSystemLocation... fileSystemLocations) The location of the files for the storage profile within the queue.The operating system of the storage profile in the queue.osFamily
(StorageProfileOperatingSystemFamily osFamily) The operating system of the storage profile in the queue.storageProfileId
(String storageProfileId) The storage profile ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
storageProfileId
The storage profile ID.
- Parameters:
storageProfileId
- The storage profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the storage profile connected to a queue.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Parameters:
displayName
- The display name of the storage profile connected to a queue.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
osFamily
The operating system of the storage profile in the queue.
- Parameters:
osFamily
- The operating system of the storage profile in the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osFamily
The operating system of the storage profile in the queue.
- Parameters:
osFamily
- The operating system of the storage profile in the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystemLocations
GetStorageProfileForQueueResponse.Builder fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations) The location of the files for the storage profile within the queue.
- Parameters:
fileSystemLocations
- The location of the files for the storage profile within the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
GetStorageProfileForQueueResponse.Builder fileSystemLocations(FileSystemLocation... fileSystemLocations) The location of the files for the storage profile within the queue.
- Parameters:
fileSystemLocations
- The location of the files for the storage profile within the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
GetStorageProfileForQueueResponse.Builder fileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations) The location of the files for the storage profile within the queue.
This is a convenience method that creates an instance of theFileSystemLocation.Builder
avoiding the need to create one manually viaFileSystemLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofileSystemLocations(List<FileSystemLocation>)
.- Parameters:
fileSystemLocations
- a consumer that will call methods onFileSystemLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-