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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProfileResponse.BuilderprofileArn(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, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
profileArn
CreateProfileResponse.Builder profileArn(String 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.
-
-