Interface GetStorageProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStorageProfileResponse.Builder,GetStorageProfileResponse>,DeadlineResponse.Builder,SdkBuilder<GetStorageProfileResponse.Builder,GetStorageProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetStorageProfileResponse
public static interface GetStorageProfileResponse.Builder extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetStorageProfileResponse.Builder,GetStorageProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStorageProfileResponse.BuildercreatedAt(Instant createdAt)The date and time the resource was created.GetStorageProfileResponse.BuildercreatedBy(String createdBy)The user or system that created this resource.GetStorageProfileResponse.BuilderdisplayName(String displayName)The display name of the storage profile.GetStorageProfileResponse.BuilderfileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)The location of the files for the storage profile.GetStorageProfileResponse.BuilderfileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations)The location of the files for the storage profile.GetStorageProfileResponse.BuilderfileSystemLocations(FileSystemLocation... fileSystemLocations)The location of the files for the storage profile.GetStorageProfileResponse.BuilderosFamily(String osFamily)The operating system (OS) for the storage profile.GetStorageProfileResponse.BuilderosFamily(StorageProfileOperatingSystemFamily osFamily)The operating system (OS) for the storage profile.GetStorageProfileResponse.BuilderstorageProfileId(String storageProfileId)The storage profile ID.GetStorageProfileResponse.BuilderupdatedAt(Instant updatedAt)The date and time the resource was updated.GetStorageProfileResponse.BuilderupdatedBy(String updatedBy)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetStorageProfileResponse.Builder createdAt(Instant 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
GetStorageProfileResponse.Builder createdBy(String 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.
-
displayName
GetStorageProfileResponse.Builder displayName(String displayName)
The display name of the storage profile.
- Parameters:
displayName- The display name of the storage profile.- 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
GetStorageProfileResponse.Builder fileSystemLocations(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
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.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
GetStorageProfileResponse.Builder osFamily(String 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
osFamily
GetStorageProfileResponse.Builder osFamily(StorageProfileOperatingSystemFamily 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
storageProfileId
GetStorageProfileResponse.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.
-
updatedAt
GetStorageProfileResponse.Builder updatedAt(Instant 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
GetStorageProfileResponse.Builder updatedBy(String 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.
-
-