Interface GetChangeLogsRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>,SdkBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetChangeLogsRequest
public static interface GetChangeLogsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetChangeLogsRequest.BuilderassessmentId(String assessmentId)The unique identifier for the assessment.GetChangeLogsRequest.BuildercontrolId(String controlId)The unique identifier for the control.GetChangeLogsRequest.BuildercontrolSetId(String controlSetId)The unique identifier for the control set.GetChangeLogsRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.GetChangeLogsRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.GetChangeLogsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChangeLogsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assessmentId
GetChangeLogsRequest.Builder assessmentId(String assessmentId)
The unique identifier for the assessment.
- Parameters:
assessmentId- The unique identifier for the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSetId
GetChangeLogsRequest.Builder controlSetId(String controlSetId)
The unique identifier for the control set.
- Parameters:
controlSetId- The unique identifier for the control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlId
GetChangeLogsRequest.Builder controlId(String controlId)
The unique identifier for the control.
- Parameters:
controlId- The unique identifier for the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetChangeLogsRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetChangeLogsRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
- Parameters:
maxResults- Represents the maximum number of results on a page or for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetChangeLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetChangeLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-