public static interface CreateProfilingGroupRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<CreateProfilingGroupRequest.Builder,CreateProfilingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProfilingGroupRequest.Builder |
agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
|
default CreateProfilingGroupRequest.Builder |
agentOrchestrationConfig(Consumer<AgentOrchestrationConfig.Builder> agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
|
CreateProfilingGroupRequest.Builder |
clientToken(String clientToken)
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental creation of
duplicate profiling groups if there are failures and retries.
|
CreateProfilingGroupRequest.Builder |
computePlatform(ComputePlatform computePlatform)
The compute platform of the profiling group.
|
CreateProfilingGroupRequest.Builder |
computePlatform(String computePlatform)
The compute platform of the profiling group.
|
CreateProfilingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfilingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProfilingGroupRequest.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group to create.
|
CreateProfilingGroupRequest.Builder |
tags(Map<String,String> tags)
A list of tags to add to the created profiling group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProfilingGroupRequest.Builder agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
agentOrchestrationConfig - Specifies whether profiling is enabled or disabled for the created profiling group.default CreateProfilingGroupRequest.Builder agentOrchestrationConfig(Consumer<AgentOrchestrationConfig.Builder> agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
This is a convenience method that creates an instance of theAgentOrchestrationConfig.Builder
avoiding the need to create one manually via AgentOrchestrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to agentOrchestrationConfig(AgentOrchestrationConfig).
agentOrchestrationConfig - a consumer that will call methods on AgentOrchestrationConfig.BuilderagentOrchestrationConfig(AgentOrchestrationConfig)CreateProfilingGroupRequest.Builder clientToken(String clientToken)
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental creation of duplicate profiling groups if there are failures and retries.
clientToken - Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental
creation of duplicate profiling groups if there are failures and retries.CreateProfilingGroupRequest.Builder computePlatform(String computePlatform)
The compute platform of the profiling group. Use AWSLambda if your application runs on AWS
Lambda. Use Default if your application runs on a compute platform that is not AWS Lambda, such
an Amazon EC2 instance, an on-premises server, or a different platform. If not specified,
Default is used.
computePlatform - The compute platform of the profiling group. Use AWSLambda if your application runs on
AWS Lambda. Use Default if your application runs on a compute platform that is not AWS
Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. If not specified,
Default is used.ComputePlatform,
ComputePlatformCreateProfilingGroupRequest.Builder computePlatform(ComputePlatform computePlatform)
The compute platform of the profiling group. Use AWSLambda if your application runs on AWS
Lambda. Use Default if your application runs on a compute platform that is not AWS Lambda, such
an Amazon EC2 instance, an on-premises server, or a different platform. If not specified,
Default is used.
computePlatform - The compute platform of the profiling group. Use AWSLambda if your application runs on
AWS Lambda. Use Default if your application runs on a compute platform that is not AWS
Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. If not specified,
Default is used.ComputePlatform,
ComputePlatformCreateProfilingGroupRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group to create.
profilingGroupName - The name of the profiling group to create.CreateProfilingGroupRequest.Builder tags(Map<String,String> tags)
A list of tags to add to the created profiling group.
tags - A list of tags to add to the created profiling group.CreateProfilingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProfilingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.