Interface CreateAgentSpaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAgentSpaceRequest.Builder,,CreateAgentSpaceRequest> SdkBuilder<CreateAgentSpaceRequest.Builder,,CreateAgentSpaceRequest> SdkPojo,SdkRequest.Builder,SecurityAgentRequest.Builder
- Enclosing class:
CreateAgentSpaceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateAgentSpaceRequest.BuilderawsResources(Consumer<AWSResources.Builder> awsResources) AWS resource configurations associated with the agent spaceawsResources(AWSResources awsResources) AWS resource configurations associated with the agent spacedefault CreateAgentSpaceRequest.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 spaceIdentifier of the KMS key used to encrypt data.Name of the agent spaceoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Tags to associate with the agent spacetargetDomainIds(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
-
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 CreateAgentSpaceRequest.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:
-
kmsKeyId
Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.
- Parameters:
kmsKeyId- Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the agent space
- Parameters:
tags- Tags to associate with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAgentSpaceRequest.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
CreateAgentSpaceRequest.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.
-