Interface UpdateAgentSpaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAgentSpaceRequest.Builder,,UpdateAgentSpaceRequest> SdkBuilder<UpdateAgentSpaceRequest.Builder,,UpdateAgentSpaceRequest> SdkPojo,SdkRequest.Builder,SecurityAgentRequest.Builder
- Enclosing class:
UpdateAgentSpaceRequest
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) ID of the agent space to updatedefault UpdateAgentSpaceRequest.BuilderawsResources(Consumer<AWSResources.Builder> awsResources) AWS resource configurations associated with the agent spaceawsResources(AWSResources awsResources) AWS resource configurations associated with the agent spacedefault UpdateAgentSpaceRequest.BuildercodeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settingscodeReviewSettings(CodeReviewSettings codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settingsdescription(String description) Description of the agent spaceName of the agent spaceoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetDomainIds(String... targetDomainIds) Target domain IDs to associate with the agent spacetargetDomainIds(Collection<String> targetDomainIds) Target domain IDs to associate with the agent spaceMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentRequest.Builder
build
-
Method Details
-
agentSpaceId
ID of the agent space to update
- Parameters:
agentSpaceId- ID of the agent space to update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the agent space
- Parameters:
name- Name of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the agent space
- Parameters:
description- Description of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
AWS resource configurations associated with the agent space
- Parameters:
awsResources- AWS resource configurations associated with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
AWS resource configurations associated with the agent space
This is a convenience method that creates an instance of theAWSResources.Builderavoiding the need to create one manually viaAWSResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsResources(AWSResources).- Parameters:
awsResources- a consumer that will call methods onAWSResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetDomainIds
Target domain IDs to associate with the agent space
- Parameters:
targetDomainIds- Target domain IDs to associate with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDomainIds
Target domain IDs to associate with the agent space
- Parameters:
targetDomainIds- Target domain IDs to associate with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings
- Parameters:
codeReviewSettings- Configuration for code review analysis, including controls scanning and general purpose scanning settings- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
default UpdateAgentSpaceRequest.Builder codeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settings
This is a convenience method that creates an instance of theCodeReviewSettings.Builderavoiding the need to create one manually viaCodeReviewSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeReviewSettings(CodeReviewSettings).- Parameters:
codeReviewSettings- a consumer that will call methods onCodeReviewSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateAgentSpaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAgentSpaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-