Interface MSTeamsTransmissionTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MSTeamsTransmissionTarget.Builder,,MSTeamsTransmissionTarget> SdkBuilder<MSTeamsTransmissionTarget.Builder,,MSTeamsTransmissionTarget> SdkPojo
- Enclosing class:
MSTeamsTransmissionTarget
@Mutable
@NotThreadSafe
public static interface MSTeamsTransmissionTarget.Builder
extends SdkPojo, CopyableBuilder<MSTeamsTransmissionTarget.Builder,MSTeamsTransmissionTarget>
-
Method Summary
Modifier and TypeMethodDescriptionopsOncallTarget(Consumer<MSTeamsChannel.Builder> opsOncallTarget) Destination for On-call Agent(Ops1)opsOncallTarget(MSTeamsChannel opsOncallTarget) Destination for On-call Agent(Ops1)opsSRETarget(Consumer<MSTeamsChannel.Builder> opsSRETarget) Destination for SRE Agent (Ops1.5)opsSRETarget(MSTeamsChannel opsSRETarget) Destination for SRE Agent (Ops1.5)Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
opsOncallTarget
Destination for On-call Agent(Ops1)
- Parameters:
opsOncallTarget- Destination for On-call Agent(Ops1)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opsOncallTarget
default MSTeamsTransmissionTarget.Builder opsOncallTarget(Consumer<MSTeamsChannel.Builder> opsOncallTarget) Destination for On-call Agent(Ops1)
This is a convenience method that creates an instance of theMSTeamsChannel.Builderavoiding the need to create one manually viaMSTeamsChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toopsOncallTarget(MSTeamsChannel).- Parameters:
opsOncallTarget- a consumer that will call methods onMSTeamsChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
opsSRETarget
Destination for SRE Agent (Ops1.5)
- Parameters:
opsSRETarget- Destination for SRE Agent (Ops1.5)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opsSRETarget
default MSTeamsTransmissionTarget.Builder opsSRETarget(Consumer<MSTeamsChannel.Builder> opsSRETarget) Destination for SRE Agent (Ops1.5)
This is a convenience method that creates an instance of theMSTeamsChannel.Builderavoiding the need to create one manually viaMSTeamsChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toopsSRETarget(MSTeamsChannel).- Parameters:
opsSRETarget- a consumer that will call methods onMSTeamsChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-