Interface CreateProfileResponse.Builder
- All Superinterfaces:
AlexaForBusinessResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateProfileResponse.Builder,,CreateProfileResponse> SdkBuilder<CreateProfileResponse.Builder,,CreateProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateProfileResponse
public static interface CreateProfileResponse.Builder
extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<CreateProfileResponse.Builder,CreateProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionprofileArn(String profileArn) The ARN of the newly created room profile in the response.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
profileArn
The ARN of the newly created room profile in the response.
- Parameters:
profileArn- The ARN of the newly created room profile in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-