Interface AgentAccessConfigForUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAccessConfigForUpdate.Builder,,AgentAccessConfigForUpdate> SdkBuilder<AgentAccessConfigForUpdate.Builder,,AgentAccessConfigForUpdate> SdkPojo
- Enclosing class:
AgentAccessConfigForUpdate
-
Method Summary
Modifier and TypeMethodDescriptions3BucketArn(String s3BucketArn) The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored.screenImageFormat(String screenImageFormat) The image format for agent screen captures.screenImageFormat(ScreenImageFormat screenImageFormat) The image format for agent screen captures.screenResolution(String screenResolution) The screen resolution for the agent streaming environment.screenResolution(ScreenResolution screenResolution) The screen resolution for the agent streaming environment.screenshotsUploadEnabled(Boolean screenshotsUploadEnabled) Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.settings(Collection<AgentAccessSetting> settings) The list of agent access settings that define permissions for each agent action.settings(Consumer<AgentAccessSetting.Builder>... settings) The list of agent access settings that define permissions for each agent action.settings(AgentAccessSetting... settings) The list of agent access settings that define permissions for each agent action.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
-
settings
The list of agent access settings that define permissions for each agent action.
- Parameters:
settings- The list of agent access settings that define permissions for each agent action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The list of agent access settings that define permissions for each agent action.
- Parameters:
settings- The list of agent access settings that define permissions for each agent action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The list of agent access settings that define permissions for each agent action.
This is a convenience method that creates an instance of theAgentAccessSetting.Builderavoiding the need to create one manually viaAgentAccessSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(List<AgentAccessSetting>).- Parameters:
settings- a consumer that will call methods onAgentAccessSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3BucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored.
- Parameters:
s3BucketArn- The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenshotsUploadEnabled
Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.
- Parameters:
screenshotsUploadEnabled- Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenResolution
The screen resolution for the agent streaming environment.
- Parameters:
screenResolution- The screen resolution for the agent streaming environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
screenResolution
The screen resolution for the agent streaming environment.
- Parameters:
screenResolution- The screen resolution for the agent streaming environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
screenImageFormat
The image format for agent screen captures.
- Parameters:
screenImageFormat- The image format for agent screen captures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
screenImageFormat
The image format for agent screen captures.
- Parameters:
screenImageFormat- The image format for agent screen captures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-