Interface GetStorageProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetStorageProfileResponse.Builder,
,GetStorageProfileResponse> DeadlineResponse.Builder
,SdkBuilder<GetStorageProfileResponse.Builder,
,GetStorageProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetStorageProfileResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.displayName
(String displayName) The display name of the storage profile.fileSystemLocations
(Collection<FileSystemLocation> fileSystemLocations) The location of the files for the storage profile.fileSystemLocations
(Consumer<FileSystemLocation.Builder>... fileSystemLocations) The location of the files for the storage profile.fileSystemLocations
(FileSystemLocation... fileSystemLocations) The location of the files for the storage profile.The operating system (OS) for the storage profile.osFamily
(StorageProfileOperatingSystemFamily osFamily) The operating system (OS) for the storage profile.storageProfileId
(String storageProfileId) The storage profile ID.The date and time the resource was updated.The user or system that updated this resource.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.
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.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 (OS) for the storage profile.
- Parameters:
osFamily
- The operating system (OS) for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osFamily
The operating system (OS) for the storage profile.
- Parameters:
osFamily
- The operating system (OS) for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy
- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt
- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy
- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
GetStorageProfileResponse.Builder fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations) The location of the files for the storage profile.
- Parameters:
fileSystemLocations
- The location of the files for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
The location of the files for the storage profile.
- Parameters:
fileSystemLocations
- The location of the files for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
GetStorageProfileResponse.Builder fileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations) The location of the files for the storage profile.
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:
-