Interface AlexaForBusinessMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlexaForBusinessMetadata.Builder,AlexaForBusinessMetadata>,SdkBuilder<AlexaForBusinessMetadata.Builder,AlexaForBusinessMetadata>,SdkPojo
- Enclosing class:
- AlexaForBusinessMetadata
public static interface AlexaForBusinessMetadata.Builder extends SdkPojo, CopyableBuilder<AlexaForBusinessMetadata.Builder,AlexaForBusinessMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlexaForBusinessMetadata.BuilderalexaForBusinessRoomArn(String alexaForBusinessRoomArn)The ARN of the room resource.AlexaForBusinessMetadata.BuilderisAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)Starts or stops Alexa for Business.-
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
-
-
-
-
Method Detail
-
isAlexaForBusinessEnabled
AlexaForBusinessMetadata.Builder isAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)
Starts or stops Alexa for Business.
- Parameters:
isAlexaForBusinessEnabled- Starts or stops Alexa for Business.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alexaForBusinessRoomArn
AlexaForBusinessMetadata.Builder alexaForBusinessRoomArn(String alexaForBusinessRoomArn)
The ARN of the room resource.
- Parameters:
alexaForBusinessRoomArn- The ARN of the room resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-