Interface GetStorageProfileForQueueResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStorageProfileForQueueResponse.Builder,,GetStorageProfileForQueueResponse> DeadlineResponse.Builder,SdkBuilder<GetStorageProfileForQueueResponse.Builder,,GetStorageProfileForQueueResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetStorageProfileForQueueResponse
public static interface GetStorageProfileForQueueResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetStorageProfileForQueueResponse.Builder,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
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayName
The display name of the storage profile connected to a queue.
- Parameters:
displayName- The display name of the storage profile connected to a queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaFileSystemLocation.builder().When the
Consumercompletes,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:
-
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:
-
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.
-