Sets the BucketRegion property for this request.
            Default: S3Region.US
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public PutBucketRequest WithBucketRegion( S3Region bucketRegion )
 Parameters
 Parameters- bucketRegion (S3Region)
- The region locality to use for the new bucket
 Return Value
 Return Valuethe request with the BucketRegion set
 Remarks
 Remarks
            When set, this will determine where your data will
            reside in S3. Refer S3Region
            for a list of possible values.