Interface GenerateAccessLogsRequest.Builder
- All Superinterfaces:
 AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GenerateAccessLogsRequest.Builder,,GenerateAccessLogsRequest> SdkBuilder<GenerateAccessLogsRequest.Builder,,GenerateAccessLogsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GenerateAccessLogsRequest
public static interface GenerateAccessLogsRequest.Builder
extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique ID for an Amplify app.domainName(String domainName) The name of the domain.The time at which the logs should end.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The time at which the logs should start.Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
buildMethods 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, sdkFields 
- 
Method Details
- 
startTime
The time at which the logs should start. The time range specified is inclusive of the start time.
- Parameters:
 startTime- The time at which the logs should start. The time range specified is inclusive of the start time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endTime
The time at which the logs should end. The time range specified is inclusive of the end time.
- Parameters:
 endTime- The time at which the logs should end. The time range specified is inclusive of the end time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domainName
The name of the domain.
- Parameters:
 domainName- The name of the domain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appId
The unique ID for an Amplify app.
- Parameters:
 appId- The unique ID for an Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GenerateAccessLogsRequest.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
GenerateAccessLogsRequest.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.
 
 
 -