Interface CreateStorageProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateStorageProfileResponse.Builder,,CreateStorageProfileResponse> DeadlineResponse.Builder,SdkBuilder<CreateStorageProfileResponse.Builder,,CreateStorageProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateStorageProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateStorageProfileResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<CreateStorageProfileResponse.Builder,CreateStorageProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionstorageProfileId(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, sdkFieldNameToField, sdkFieldsMethods 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.
 
 
 -