Interface CreateStorageProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStorageProfileResponse.Builder,CreateStorageProfileResponse>,DeadlineResponse.Builder,SdkBuilder<CreateStorageProfileResponse.Builder,CreateStorageProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateStorageProfileResponse
public static interface CreateStorageProfileResponse.Builder extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<CreateStorageProfileResponse.Builder,CreateStorageProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStorageProfileResponse.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
-
storageProfileId
CreateStorageProfileResponse.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.
-
-