Interface ConfigureLogsForPlaybackConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ConfigureLogsForPlaybackConfigurationResponse.Builder,ConfigureLogsForPlaybackConfigurationResponse>,MediaTailorResponse.Builder,SdkBuilder<ConfigureLogsForPlaybackConfigurationResponse.Builder,ConfigureLogsForPlaybackConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ConfigureLogsForPlaybackConfigurationResponse
public static interface ConfigureLogsForPlaybackConfigurationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ConfigureLogsForPlaybackConfigurationResponse.Builder,ConfigureLogsForPlaybackConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureLogsForPlaybackConfigurationResponse.BuilderpercentEnabled(Integer percentEnabled)The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.ConfigureLogsForPlaybackConfigurationResponse.BuilderplaybackConfigurationName(String playbackConfigurationName)The name of the playback configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.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
-
percentEnabled
ConfigureLogsForPlaybackConfigurationResponse.Builder percentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
- Parameters:
percentEnabled- The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
playbackConfigurationName
ConfigureLogsForPlaybackConfigurationResponse.Builder playbackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
- Parameters:
playbackConfigurationName- The name of the playback configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-