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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStorageProfileForQueueResponse.BuilderdisplayName(String displayName)The display name of the storage profile connected to a queue.GetStorageProfileForQueueResponse.BuilderfileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)The location of the files for the storage profile within the queue.GetStorageProfileForQueueResponse.BuilderfileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations)The location of the files for the storage profile within the queue.GetStorageProfileForQueueResponse.BuilderfileSystemLocations(FileSystemLocation... fileSystemLocations)The location of the files for the storage profile within the queue.GetStorageProfileForQueueResponse.BuilderosFamily(String osFamily)The operating system of the storage profile in the queue.GetStorageProfileForQueueResponse.BuilderosFamily(StorageProfileOperatingSystemFamily osFamily)The operating system of the storage profile in the queue.GetStorageProfileForQueueResponse.BuilderstorageProfileId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
displayName
GetStorageProfileForQueueResponse.Builder displayName(String 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 to#fileSystemLocations(List.) - 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:
#fileSystemLocations(java.util.Collection)
-
osFamily
GetStorageProfileForQueueResponse.Builder osFamily(String 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
osFamily
GetStorageProfileForQueueResponse.Builder osFamily(StorageProfileOperatingSystemFamily 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
storageProfileId
GetStorageProfileForQueueResponse.Builder storageProfileId(String 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.
-
-