Interface UpdateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>,SdkBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>,SdkPojo,SdkResponse.Builder,TransferResponse.Builder
- Enclosing class:
- UpdateProfileResponse
public static interface UpdateProfileResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProfileResponse.BuilderprofileId(String profileId)Returns the identifier for the profile that's being updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
profileId
UpdateProfileResponse.Builder profileId(String profileId)
Returns the identifier for the profile that's being updated.
- Parameters:
profileId- Returns the identifier for the profile that's being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-