Interface GetAppMonitorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAppMonitorResponse.Builder,GetAppMonitorResponse>,RumResponse.Builder,SdkBuilder<GetAppMonitorResponse.Builder,GetAppMonitorResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAppMonitorResponse
public static interface GetAppMonitorResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetAppMonitorResponse.Builder,GetAppMonitorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAppMonitorResponse.BuilderappMonitor(Consumer<AppMonitor.Builder> appMonitor)A structure containing all the configuration information for the app monitor.GetAppMonitorResponse.BuilderappMonitor(AppMonitor appMonitor)A structure containing all the configuration information for the app monitor.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rum.model.RumResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
appMonitor
GetAppMonitorResponse.Builder appMonitor(AppMonitor appMonitor)
A structure containing all the configuration information for the app monitor.
- Parameters:
appMonitor- A structure containing all the configuration information for the app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appMonitor
default GetAppMonitorResponse.Builder appMonitor(Consumer<AppMonitor.Builder> appMonitor)
A structure containing all the configuration information for the app monitor.
This is a convenience method that creates an instance of theAppMonitor.Builderavoiding the need to create one manually viaAppMonitor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappMonitor(AppMonitor).- Parameters:
appMonitor- a consumer that will call methods onAppMonitor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appMonitor(AppMonitor)
-
-